aboutsummaryrefslogtreecommitdiff
path: root/js/controllers/selection-controller.js
diff options
context:
space:
mode:
authorValerio Virgillito2012-02-21 17:33:11 -0800
committerValerio Virgillito2012-02-21 17:33:11 -0800
commit2f24dafec79583547fe663d5a387d8ef15aae3bf (patch)
treebd060f29cfc38c3d9707bdbc2033e9bd988a8875 /js/controllers/selection-controller.js
parent1d2c928c35ccc7cd875a329b2e235f34eb4f0c0d (diff)
downloadninja-2f24dafec79583547fe663d5a387d8ef15aae3bf.tar.gz
user document main reel listener moved to the html-document class.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/controllers/selection-controller.js')
-rwxr-xr-xjs/controllers/selection-controller.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/controllers/selection-controller.js b/js/controllers/selection-controller.js
index fed9affd..d69b53e0 100755
--- a/js/controllers/selection-controller.js
+++ b/js/controllers/selection-controller.js
@@ -33,7 +33,6 @@ exports.SelectionController = Montage.create(Component, {
33 }, 33 },
34 set: function(value) { 34 set: function(value) {
35 if(this._selectionContainer && this._selectionContainer !== value) { 35 if(this._selectionContainer && this._selectionContainer !== value) {
36 console.log("setting container in the selection tool");
37 this.executeSelectElement(); 36 this.executeSelectElement();
38 } 37 }
39 38