diff options
author | Jose Antonio Marquez | 2012-05-01 15:26:37 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-05-01 15:26:37 -0700 |
commit | 4ba680a7e9168d0f505a81e42a287dfbc54b4d7d (patch) | |
tree | 861610e3676bdcfd5d1e54ce268fdceb66016238 /js/controllers/selection-controller.js | |
parent | 7812925f6864a6f3a01e4a76924dc5c71706ff37 (diff) | |
download | ninja-4ba680a7e9168d0f505a81e42a287dfbc54b4d7d.tar.gz |
Preliminary IO to new DOM view
Diffstat (limited to 'js/controllers/selection-controller.js')
-rwxr-xr-x | js/controllers/selection-controller.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/controllers/selection-controller.js b/js/controllers/selection-controller.js index 5665b09c..2bd774f5 100755 --- a/js/controllers/selection-controller.js +++ b/js/controllers/selection-controller.js | |||
@@ -152,7 +152,6 @@ exports.SelectionController = Montage.create(Component, { | |||
152 | 152 | ||
153 | selectElement: { | 153 | selectElement: { |
154 | value: function(element) { | 154 | value: function(element) { |
155 | |||
156 | if(this.findSelectedElement(element) === -1) { | 155 | if(this.findSelectedElement(element) === -1) { |
157 | 156 | ||
158 | if(this.application.ninja.currentDocument.inExclusion(element) !== -1){ | 157 | if(this.application.ninja.currentDocument.inExclusion(element) !== -1){ |