diff options
author | Kris Kowal | 2012-07-06 11:52:06 -0700 |
---|---|---|
committer | Kris Kowal | 2012-07-06 15:01:48 -0700 |
commit | 648ee61ae84216d0236e0dbc211addc13b2cfa3a (patch) | |
tree | 8f0f55557bd0c47a84e49c1977c950645d284607 /js/controllers/selection-controller.js | |
parent | aedd14b18695d031f695d27dfbd94df5614495bb (diff) | |
download | ninja-648ee61ae84216d0236e0dbc211addc13b2cfa3a.tar.gz |
Expand tabs
Diffstat (limited to 'js/controllers/selection-controller.js')
-rwxr-xr-x | js/controllers/selection-controller.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/js/controllers/selection-controller.js b/js/controllers/selection-controller.js index d0e239b6..ad3e2464 100755 --- a/js/controllers/selection-controller.js +++ b/js/controllers/selection-controller.js | |||
@@ -261,11 +261,11 @@ exports.SelectionController = Montage.create(Component, { | |||
261 | } | 261 | } |
262 | }, | 262 | }, |
263 | 263 | ||
264 | isObjectSelected: { | 264 | isObjectSelected: { |
265 | value: function( elt ) { | 265 | value: function( elt ) { |
266 | return this.findSelectedElement(elt) > -1; | 266 | return this.findSelectedElement(elt) > -1; |
267 | } | 267 | } |
268 | }, | 268 | }, |
269 | 269 | ||
270 | findSelectedElement: { | 270 | findSelectedElement: { |
271 | value: function(item) { | 271 | value: function(item) { |