diff options
Diffstat (limited to 'js/ninja.reel')
-rwxr-xr-x | js/ninja.reel/ninja.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html index 0c0944e7..33c3080f 100755 --- a/js/ninja.reel/ninja.html +++ b/js/ninja.reel/ninja.html | |||
@@ -150,6 +150,13 @@ | |||
150 | ] | 150 | ] |
151 | }, | 151 | }, |
152 | 152 | ||
153 | "stylesController": { | ||
154 | "prototype": "js/controllers/styles-controller", | ||
155 | "bindings": { | ||
156 | "currentDocument": {"<-": "@documentList.selectedObjects.0"} | ||
157 | } | ||
158 | }, | ||
159 | |||
153 | "stageMode": { | 160 | "stageMode": { |
154 | "prototype": "js/components/layout/stage-mode.reel", | 161 | "prototype": "js/components/layout/stage-mode.reel", |
155 | "properties": { | 162 | "properties": { |
@@ -318,13 +325,6 @@ | |||
318 | "prototype": "js/controllers/color-controller" | 325 | "prototype": "js/controllers/color-controller" |
319 | }, | 326 | }, |
320 | 327 | ||
321 | "stylesController": { | ||
322 | "prototype": "js/controllers/styles-controller", | ||
323 | "bindings": { | ||
324 | "currentDocument": {"<-": "@documentList.selectedObjects.0"} | ||
325 | } | ||
326 | }, | ||
327 | |||
328 | "presetsController": { | 328 | "presetsController": { |
329 | "prototype": "js/controllers/presets-controller" | 329 | "prototype": "js/controllers/presets-controller" |
330 | }, | 330 | }, |