diff options
author | Valerio Virgillito | 2012-04-30 16:11:58 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-04-30 16:11:58 -0700 |
commit | 30bf02869c93072cdb3a3a8b50cf943917f3b026 (patch) | |
tree | 1c62cb494c2b8da398a7a635a94f3064f40d596c /js/components/ui/property-control.reel | |
parent | b8dc3c42715274e61b34dc3c65e023078123f2e2 (diff) | |
parent | 6b67b498b3b1eec82e7bb7f34261e2c390506616 (diff) | |
download | ninja-30bf02869c93072cdb3a3a8b50cf943917f3b026.tar.gz |
Merge pull request #183 from mqg734/data-id
Updating id to data-montage-id.
Diffstat (limited to 'js/components/ui/property-control.reel')
-rwxr-xr-x | js/components/ui/property-control.reel/property-control.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/js/components/ui/property-control.reel/property-control.html b/js/components/ui/property-control.reel/property-control.html index d85cb0e3..0535ea5f 100755 --- a/js/components/ui/property-control.reel/property-control.html +++ b/js/components/ui/property-control.reel/property-control.html | |||
@@ -28,10 +28,10 @@ | |||
28 | </script> | 28 | </script> |
29 | </head> | 29 | </head> |
30 | <body> | 30 | <body> |
31 | <div id="propControl" class="propControl"> | 31 | <div data-montage-id="propControl" class="propControl"> |
32 | <div id="propLabel" class="prop-label"></div> | 32 | <div data-montage-id="propLabel" class="prop-label"></div> |
33 | <div id="propController" class="prop-controller"> | 33 | <div data-montage-id="propController" class="prop-controller"> |
34 | <div id="subDummy"></div> | 34 | <div data-montage-id="subDummy"></div> |
35 | </div> | 35 | </div> |
36 | </div> | 36 | </div> |
37 | </body> | 37 | </body> |