diff options
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": { |