diff options
author | Valerio Virgillito | 2012-06-01 16:19:04 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-06-01 16:19:04 -0700 |
commit | 75fc82ce49d6f1eb05dc950b46292d42b5856005 (patch) | |
tree | 8e8fd7a8f7e0eeb5b3b07322a45f1a9e070d9c3e /js/controllers | |
parent | 8433fa5ed0d4cc91e10b7080aa8edb8d94ccc1a4 (diff) | |
download | ninja-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')
-rwxr-xr-x | js/controllers/selection-controller.js | 2 |
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 | ||