aboutsummaryrefslogtreecommitdiff
path: root/js/panels/properties.reel/section.reel/section.html
diff options
context:
space:
mode:
authorhwc4872012-04-27 14:35:46 -0700
committerhwc4872012-04-27 14:35:46 -0700
commit1a92b93994cd90abc8df61b7a1e5cfc1f65a19ce (patch)
tree3853b15ca684a7bdc7e7a8bdb7935be61ff85671 /js/panels/properties.reel/section.reel/section.html
parent5a1965bf2ed9a54601ca16fd67555335c510ce08 (diff)
parentc8fac64d4ad8ac18744a17a5e0f0d17204355fd6 (diff)
downloadninja-1a92b93994cd90abc8df61b7a1e5cfc1f65a19ce.tar.gz
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into Textures
Diffstat (limited to 'js/panels/properties.reel/section.reel/section.html')
-rwxr-xr-xjs/panels/properties.reel/section.reel/section.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/js/panels/properties.reel/section.reel/section.html b/js/panels/properties.reel/section.reel/section.html
index b72a91b3..e6f68751 100755
--- a/js/panels/properties.reel/section.reel/section.html
+++ b/js/panels/properties.reel/section.reel/section.html
@@ -9,8 +9,7 @@
9 <script type="text/montage-serialization"> 9 <script type="text/montage-serialization">
10 { 10 {
11 "owner": { 11 "owner": {
12 "module" : "js/panels/properties.reel/section.reel", 12 "prototype" : "js/panels/properties.reel/section.reel",
13 "name" : "Section",
14 "properties" : { 13 "properties" : {
15 "element" : {"#": "section"}, 14 "element" : {"#": "section"},
16 "slot" : {"@": "sectionSlot"} 15 "slot" : {"@": "sectionSlot"}
@@ -18,16 +17,14 @@
18 }, 17 },
19 18
20 "sectionSlot": { 19 "sectionSlot": {
21 "module": "montage/ui/slot.reel", 20 "prototype": "montage/ui/slot.reel",
22 "name": "Slot",
23 "properties": { 21 "properties": {
24 "element": {"#": "sectionSlot"} 22 "element": {"#": "sectionSlot"}
25 } 23 }
26 }, 24 },
27 25
28 "sectionSplitter": { 26 "sectionSplitter": {
29 "module": "js/panels/Splitter", 27 "prototype": "js/panels/Splitter",
30 "name": "Splitter",
31 "properties": { 28 "properties": {
32 "element": {"#": "sectionSplitter"}, 29 "element": {"#": "sectionSplitter"},
33 "panel": {"@": "sectionSlot"} 30 "panel": {"@": "sectionSlot"}