aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/style-sheets-view.reel/style-sheets-view.html
diff options
context:
space:
mode:
authorEric Guzman2012-05-22 14:28:00 -0700
committerEric Guzman2012-05-22 14:28:00 -0700
commit1c3da2901f454ad2c18e20216bb2517740a1c080 (patch)
treef91f102be89eb01362da1a7d209deecb98b413a9 /js/panels/css-panel/style-sheets-view.reel/style-sheets-view.html
parent70a85334144a9516fdec7b09eb5c9856230d12f1 (diff)
downloadninja-1c3da2901f454ad2c18e20216bb2517740a1c080.tar.gz
CSS Panel - Update components to use new serialization format
Diffstat (limited to 'js/panels/css-panel/style-sheets-view.reel/style-sheets-view.html')
-rw-r--r--js/panels/css-panel/style-sheets-view.reel/style-sheets-view.html18
1 files changed, 3 insertions, 15 deletions
diff --git a/js/panels/css-panel/style-sheets-view.reel/style-sheets-view.html b/js/panels/css-panel/style-sheets-view.reel/style-sheets-view.html
index 3e15f50b..8d3c44c5 100644
--- a/js/panels/css-panel/style-sheets-view.reel/style-sheets-view.html
+++ b/js/panels/css-panel/style-sheets-view.reel/style-sheets-view.html
@@ -21,11 +21,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
21 "arrayController" : { 21 "arrayController" : {
22 "prototype" : "montage/ui/controller/array-controller", 22 "prototype" : "montage/ui/controller/array-controller",
23 "bindings": { 23 "bindings": {
24 "content": { 24 "content": {"<-": "@owner.styleSheets" }
25 "boundObject": {"@": "owner"},
26 "boundObjectPropertyPath": "styleSheets",
27 "oneway": true
28 }
29 } 25 }
30 }, 26 },
31 "styleSheetList": { 27 "styleSheetList": {
@@ -41,11 +37,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
41 "element": {"#": "sheet-item"} 37 "element": {"#": "sheet-item"}
42 }, 38 },
43 "bindings": { 39 "bindings": {
44 "source": { 40 "source": {"<-": "@styleSheetList.objectAtCurrentIteration" }
45 "boundObject": {"@": "styleSheetList"},
46 "boundObjectPropertyPath": "objectAtCurrentIteration",
47 "oneway": true
48 }
49 } 41 }
50 }, 42 },
51 "documentLoaded": { 43 "documentLoaded": {
@@ -55,11 +47,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
55 "removalStrategy": "hide" 47 "removalStrategy": "hide"
56 }, 48 },
57 "bindings": { 49 "bindings": {
58 "condition": { 50 "condition": {"<-": "@owner.documentLoaded" }
59 "boundObject": {"@": "owner" },
60 "boundObjectPropertyPath": "documentLoaded",
61 "oneway": true
62 }
63 } 51 }
64 }, 52 },
65 "hasSheets": { 53 "hasSheets": {