diff options
author | Valerio Virgillito | 2012-06-01 15:03:02 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-06-01 15:03:02 -0700 |
commit | ef48a58da2c7d173605fd43e8f48dac5055c3fa1 (patch) | |
tree | 80cfb58dafbcc216222e842f9e562bccac461c64 /js/ninja.reel/ninja.html | |
parent | 62ac633975d6c461ec478887e574f6b155511a23 (diff) | |
parent | 4f04bf2dc4e33bfdf3b9d19e04a5dc08704f8e98 (diff) | |
download | ninja-ef48a58da2c7d173605fd43e8f48dac5055c3fa1.tar.gz |
Merge pull request #7 from mqg734/dom-architecture-pentool
Fixed stage's styles not getting initialized correctly and stage rotating too fast.
Diffstat (limited to 'js/ninja.reel/ninja.html')
-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 | }, |