diff options
Diffstat (limited to 'js/controllers/styles-controller.js')
-rwxr-xr-x | js/controllers/styles-controller.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/js/controllers/styles-controller.js b/js/controllers/styles-controller.js index 863348cd..83722184 100755 --- a/js/controllers/styles-controller.js +++ b/js/controllers/styles-controller.js | |||
@@ -160,10 +160,6 @@ var stylesController = exports.StylesController = Montage.create(Component, { | |||
160 | this.setStyles(rule, styles); | 160 | this.setStyles(rule, styles); |
161 | this.addClass(this.currentDocument.model.documentRoot, "ninja-body"); | 161 | this.addClass(this.currentDocument.model.documentRoot, "ninja-body"); |
162 | } | 162 | } |
163 | |||
164 | //TODO - Temporarily moving this here so we guarantee the StylesController has a chance | ||
165 | // to initialize the stage's styles prior to doing any styles lookup. | ||
166 | this.application.ninja.stage.snapManager.setupDragPlaneFromPlane (workingPlane); | ||
167 | } | 163 | } |
168 | }, | 164 | }, |
169 | /* ----------------- Rule methods ----------------- */ | 165 | /* ----------------- Rule methods ----------------- */ |