aboutsummaryrefslogtreecommitdiff
path: root/js/components/toolbar.reel/toolbar.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/components/toolbar.reel/toolbar.html
parent70a85334144a9516fdec7b09eb5c9856230d12f1 (diff)
downloadninja-1c3da2901f454ad2c18e20216bb2517740a1c080.tar.gz
CSS Panel - Update components to use new serialization format
Diffstat (limited to 'js/components/toolbar.reel/toolbar.html')
-rw-r--r--js/components/toolbar.reel/toolbar.html24
1 files changed, 3 insertions, 21 deletions
diff --git a/js/components/toolbar.reel/toolbar.html b/js/components/toolbar.reel/toolbar.html
index b33c4665..d2c5972a 100644
--- a/js/components/toolbar.reel/toolbar.html
+++ b/js/components/toolbar.reel/toolbar.html
@@ -25,12 +25,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
25 "element": {"#": "repetition"} 25 "element": {"#": "repetition"}
26 }, 26 },
27 "bindings": { 27 "bindings": {
28 "objects" : { 28 "objects": {"<-": "@owner.buttons"}
29 "boundObject": {"@": "owner"},
30 "boundObjectPropertyPath": "buttons",
31 "oneway": true
32 }
33
34 } 29 }
35 }, 30 },
36 31
@@ -41,21 +36,8 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
41 "label": " " 36 "label": " "
42 }, 37 },
43 "bindings": { 38 "bindings": {
44 "label" : { 39 "label": {"<-": "@buttonList.objectAtCurrentIteration.title"},
45 "boundObject": {"@": "buttonList"}, 40 "sourceObject": {"<-": "@buttonList.objectAtCurrentIteration"}
46 "boundObjectPropertyPath": "objectAtCurrentIteration.title",
47 "oneway": true
48 },
49 "identifier": {
50 "boundObject": {"@": "buttonList"},
51 "boundObjectPropertyPath": "objectAtCurrentIteration.identifier",
52 "oneway": true
53 },
54 "sourceObject": {
55 "boundObject": {"@": "buttonList"},
56 "boundObjectPropertyPath": "objectAtCurrentIteration",
57 "oneway": true
58 }
59 } 41 }
60 } 42 }
61 } 43 }