diff options
author | Jonathan Duran | 2012-03-15 13:52:43 -0700 |
---|---|---|
committer | Jonathan Duran | 2012-03-15 13:52:43 -0700 |
commit | 68d82cb56cb0235599c46caf349f328f15300fdf (patch) | |
tree | f32ee08db205d6604b38e48ae575617f9c473d77 /js/controllers | |
parent | cc57a3dff8f504526bbf41a8b01c412c4788424a (diff) | |
download | ninja-68d82cb56cb0235599c46caf349f328f15300fdf.tar.gz |
revert space
Signed-off-by: Jonathan Duran <jduran@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 195eea6c..154fb7f8 100755 --- a/js/controllers/selection-controller.js +++ b/js/controllers/selection-controller.js | |||
@@ -90,7 +90,7 @@ exports.SelectionController = Montage.create(Component, { | |||
90 | } | 90 | } |
91 | }, | 91 | }, |
92 | 92 | ||
93 | handleSwitchDocument: { | 93 | handleSwitchDocument: { |
94 | value: function() { | 94 | value: function() { |
95 | if(this.application.ninja.documentController.activeDocument.currentView === "design"){ | 95 | if(this.application.ninja.documentController.activeDocument.currentView === "design"){ |
96 | this._selectedItems = this.application.ninja.selectedElements.slice(0); | 96 | this._selectedItems = this.application.ninja.selectedElements.slice(0); |