aboutsummaryrefslogtreecommitdiff
path: root/js/panels/components-panel.reel/components-panel.html
diff options
context:
space:
mode:
authorJohn Mayhew2012-04-26 16:23:59 -0700
committerJohn Mayhew2012-04-26 16:23:59 -0700
commitbcfb200482c26b2bfc0d6577b1eb0de7a19a6762 (patch)
treec61bee4e6a61a14b0eba680876bb5839d8a0d526 /js/panels/components-panel.reel/components-panel.html
parent62cd8d643ce69b7f38295fad511a4b6d3d4dd638 (diff)
downloadninja-bcfb200482c26b2bfc0d6577b1eb0de7a19a6762.tar.gz
Removing all "module" declarations and replaced with "prototype" in preparation for montage converting to the new "prototype" format fully
Diffstat (limited to 'js/panels/components-panel.reel/components-panel.html')
-rwxr-xr-xjs/panels/components-panel.reel/components-panel.html14
1 files changed, 5 insertions, 9 deletions
diff --git a/js/panels/components-panel.reel/components-panel.html b/js/panels/components-panel.reel/components-panel.html
index f598a1ee..c78988e0 100755
--- a/js/panels/components-panel.reel/components-panel.html
+++ b/js/panels/components-panel.reel/components-panel.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/>
@@ -12,8 +12,7 @@
12 <script type="text/montage-serialization"> 12 <script type="text/montage-serialization">
13 { 13 {
14 "owner": { 14 "owner": {
15 "module": "js/panels/components-panel.reel", 15 "prototype": "js/panels/components-panel.reel",
16 "name": "ComponentsPanel",
17 "properties": { 16 "properties": {
18 "element": {"#": "components_panel"}, 17 "element": {"#": "components_panel"},
19 "controller": {"@": "componentsTree"} 18 "controller": {"@": "componentsTree"}
@@ -21,8 +20,7 @@
21 }, 20 },
22 21
23 "componentsController" : { 22 "componentsController" : {
24 "module": "js/components/controllers/tree-controller", 23 "prototype": "js/components/controllers/tree-controller",
25 "name": "TreeController",
26 "properties" : { 24 "properties" : {
27 "branchKey" : "children", 25 "branchKey" : "children",
28 "labelKey" : "text", 26 "labelKey" : "text",
@@ -37,8 +35,7 @@
37 }, 35 },
38 36
39 "componentsTree" : { 37 "componentsTree" : {
40 "module" : "js/components/treeview/treeview.reel", 38 "prototype" : "js/components/treeview/treeview.reel",
41 "name" : "Treeview",
42 "properties" : { 39 "properties" : {
43 "element" : {"#": "componentsContainer"}, 40 "element" : {"#": "componentsContainer"},
44 "branchComponent" : {"@": "branch" }, 41 "branchComponent" : {"@": "branch" },
@@ -48,8 +45,7 @@
48 }, 45 },
49 46
50 "branch" : { 47 "branch" : {
51 "module" : "js/components/treeview/ninja-branch.reel", 48 "prototype" : "js/components/treeview/ninja-branch.reel[Branch]"
52 "name" : "Branch"
53 } 49 }
54 } 50 }
55 </script> 51 </script>