diff options
author | Valerio Virgillito | 2012-05-03 15:57:43 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-05-03 15:57:43 -0700 |
commit | 8dcbac5d4c30e9dfbc543a5f997939111e9c9f89 (patch) | |
tree | b053a48b8c835ae9087a97bfdf02746e7b4c3833 /js/controllers/selection-controller.js | |
parent | 602240c38e0f2c3937d3c7246247e0b59bccab2b (diff) | |
parent | f3479e478f3cec1cb00508bedbce8dc5a210931a (diff) | |
download | ninja-8dcbac5d4c30e9dfbc543a5f997939111e9c9f89.tar.gz |
Merge pull request #193 from joseeight/Document
New Document 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){ |