From 648ee61ae84216d0236e0dbc211addc13b2cfa3a Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Fri, 6 Jul 2012 11:52:06 -0700 Subject: Expand tabs --- js/controllers/selection-controller.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'js/controllers/selection-controller.js') 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, { } }, - isObjectSelected: { - value: function( elt ) { - return this.findSelectedElement(elt) > -1; - } - }, + isObjectSelected: { + value: function( elt ) { + return this.findSelectedElement(elt) > -1; + } + }, findSelectedElement: { value: function(item) { -- cgit v1.2.3