diff options
author | Valerio Virgillito | 2012-02-21 17:33:11 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-02-21 17:33:11 -0800 |
commit | 2f24dafec79583547fe663d5a387d8ef15aae3bf (patch) | |
tree | bd060f29cfc38c3d9707bdbc2033e9bd988a8875 /js/controllers | |
parent | 1d2c928c35ccc7cd875a329b2e235f34eb4f0c0d (diff) | |
download | ninja-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')
-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 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 | ||