diff options
author | Jon Reid | 2012-05-15 11:24:53 -0700 |
---|---|---|
committer | Jon Reid | 2012-05-15 11:24:53 -0700 |
commit | 3e02135df2ee028ae43d0e2456c04e24ecee0e86 (patch) | |
tree | d6dcab6756e3da0038a39527cfe0f9ca89e92310 /js/components/tools-properties/zoom-properties.reel/zoom-properties.html | |
parent | 53a604d0ccb1315576b94406cf3b0b958162307b (diff) | |
parent | e33a4e58c271a9507082694a5268b840fdd05968 (diff) | |
download | ninja-3e02135df2ee028ae43d0e2456c04e24ecee0e86.tar.gz |
Merge branch 'timeline-local' into timeline-multiselect
Conflicts:
js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
resolved using theirs. (selectLayers)
Diffstat (limited to 'js/components/tools-properties/zoom-properties.reel/zoom-properties.html')
-rwxr-xr-x | js/components/tools-properties/zoom-properties.reel/zoom-properties.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/js/components/tools-properties/zoom-properties.reel/zoom-properties.html b/js/components/tools-properties/zoom-properties.reel/zoom-properties.html index a154bac1..cf22b775 100755 --- a/js/components/tools-properties/zoom-properties.reel/zoom-properties.html +++ b/js/components/tools-properties/zoom-properties.reel/zoom-properties.html | |||
@@ -1,4 +1,4 @@ | |||
1 | <!DOCTYPE HTML> | 1 | <!DOCTYPE HTML> |
2 | <!-- <copyright> | 2 | <!-- <copyright> |
3 | This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | 3 | This file contains proprietary software owned by Motorola Mobility, Inc.<br/> |
4 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | 4 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> |
@@ -13,8 +13,7 @@ | |||
13 | { | 13 | { |
14 | 14 | ||
15 | "owner": { | 15 | "owner": { |
16 | "module": "js/components/tools-properties/zoom-properties.reel", | 16 | "prototype": "js/components/tools-properties/zoom-properties.reel", |
17 | "name": "ZoomProperties", | ||
18 | "properties": { | 17 | "properties": { |
19 | "element": {"#": "zoomProperties"}, | 18 | "element": {"#": "zoomProperties"}, |
20 | "zoomIn": {"#": "zoomInTool"}, | 19 | "zoomIn": {"#": "zoomInTool"}, |
@@ -27,10 +26,10 @@ | |||
27 | </head> | 26 | </head> |
28 | 27 | ||
29 | <body> | 28 | <body> |
30 | <div id="zoomProperties" class="subToolHolderPanel"> | 29 | <div data-montage-id="zoomProperties" class="subToolHolderPanel"> |
31 | <div id="zoomToolOptionHolder" class="subToolButton"> | 30 | <div id="zoomToolOptionHolder" class="subToolButton"> |
32 | <input id="zoomInTool" type="radio" name="zoomRadio" class="zoom-option" title="Zoom In"checked/> | 31 | <input data-montage-id="zoomInTool" id="zoomInTool" type="radio" name="zoomRadio" class="zoom-option" title="Zoom In"checked/> |
33 | <input id="zoomOutTool" type="radio" name="zoomRadio" title="Zoom Out" class="zoom-option"/> | 32 | <input data-montage-id="zoomOutTool" id="zoomOutTool" type="radio" name="zoomRadio" title="Zoom Out" class="zoom-option"/> |
34 | </div> | 33 | </div> |
35 | </div> | 34 | </div> |
36 | </body> | 35 | </body> |