aboutsummaryrefslogtreecommitdiff
path: root/js/controllers/selection-controller.js
diff options
context:
space:
mode:
authorValerio Virgillito2012-06-01 16:19:04 -0700
committerValerio Virgillito2012-06-01 16:19:04 -0700
commit75fc82ce49d6f1eb05dc950b46292d42b5856005 (patch)
tree8e8fd7a8f7e0eeb5b3b07322a45f1a9e070d9c3e /js/controllers/selection-controller.js
parent8433fa5ed0d4cc91e10b7080aa8edb8d94ccc1a4 (diff)
downloadninja-75fc82ce49d6f1eb05dc950b46292d42b5856005.tar.gz
fixing some selection container changes and the breadcrumb not drawing initially
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/controllers/selection-controller.js')
-rwxr-xr-xjs/controllers/selection-controller.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/controllers/selection-controller.js b/js/controllers/selection-controller.js
index 28c0f3d3..4bca0755 100755
--- a/js/controllers/selection-controller.js
+++ b/js/controllers/selection-controller.js
@@ -34,7 +34,7 @@ exports.SelectionController = Montage.create(Component, {
34 } 34 }
35 35
36 if(this._currentDocument && this._currentDocument.currentView === "design") { 36 if(this._currentDocument && this._currentDocument.currentView === "design") {
37 this._currentDocument.model.selection = this.application.ninja.selectedElements; 37 this._currentDocument.model._selection = this.application.ninja.selectedElements;
38 this._currentDocument.model.selectionContainer = this.application.ninja._currentSelectedContainer; 38 this._currentDocument.model.selectionContainer = this.application.ninja._currentSelectedContainer;
39 } 39 }
40 40