diff options
author | Pushkar Joshi | 2012-05-31 17:16:21 -0700 |
---|---|---|
committer | Pushkar Joshi | 2012-05-31 17:16:21 -0700 |
commit | 8915a7109d918a2e69b0999ebaa2deb84811fef8 (patch) | |
tree | 19a8af74c58c9ea261f0842f36efdab959be3256 /js/ninja.reel/ninja.html | |
parent | eea0a556e44c2b60d3aaf6e46d2432d3e6303812 (diff) | |
parent | 06b609df1ff7833592faddbd8d7abb5b9f15a74d (diff) | |
download | ninja-8915a7109d918a2e69b0999ebaa2deb84811fef8.tar.gz |
Merge branch 'pentool' into brushtool
Diffstat (limited to 'js/ninja.reel/ninja.html')
-rwxr-xr-x | js/ninja.reel/ninja.html | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html index 52a6daa2..51d74cb2 100755 --- a/js/ninja.reel/ninja.html +++ b/js/ninja.reel/ninja.html | |||
@@ -186,6 +186,9 @@ | |||
186 | "properties": { | 186 | "properties": { |
187 | "element": {"#": "stageAndScenesContainer"}, | 187 | "element": {"#": "stageAndScenesContainer"}, |
188 | "appModel": {"@": "appModel"} | 188 | "appModel": {"@": "appModel"} |
189 | }, | ||
190 | "bindings": { | ||
191 | "activeDocument": {"<-": "@documentController1.activeDocument"} | ||
189 | } | 192 | } |
190 | }, | 193 | }, |
191 | 194 | ||
@@ -263,11 +266,7 @@ | |||
263 | "selectionController1": { | 266 | "selectionController1": { |
264 | "prototype": "js/controllers/selection-controller", | 267 | "prototype": "js/controllers/selection-controller", |
265 | "bindings" : { | 268 | "bindings" : { |
266 | "selectionContainer": { | 269 | "selectionContainer": {"<-": "@owner.currentSelectedContainer"} |
267 | "boundObject": {"@": "owner"}, | ||
268 | "boundObjectPropertyPath": "currentSelectedContainer", | ||
269 | "oneway": true | ||
270 | } | ||
271 | } | 270 | } |
272 | }, | 271 | }, |
273 | 272 | ||
@@ -287,7 +286,10 @@ | |||
287 | }, | 286 | }, |
288 | 287 | ||
289 | "stylesController": { | 288 | "stylesController": { |
290 | "prototype": "js/controllers/styles-controller" | 289 | "prototype": "js/controllers/styles-controller", |
290 | "bindings": { | ||
291 | "activeDocument": {"<-": "@documentController1.activeDocument"} | ||
292 | } | ||
291 | }, | 293 | }, |
292 | 294 | ||
293 | "presetsController": { | 295 | "presetsController": { |