diff options
author | Jose Antonio Marquez | 2012-06-15 15:14:34 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-06-15 15:14:34 -0700 |
commit | fbd9d2492aeaef392ad59792825b8757d6c363fc (patch) | |
tree | 0dd06cc81b258763f40628eabcb21fa186ab43b8 /js/controllers/color-controller.js | |
parent | 43fdc63a00edede743212c0cefe2bd29a63de2ad (diff) | |
download | ninja-fbd9d2492aeaef392ad59792825b8757d6c363fc.tar.gz |
Fixing apply 'no color'
This should fix canvas and standard DOM elements including the root (body or template wrapper).
Diffstat (limited to 'js/controllers/color-controller.js')
-rwxr-xr-x | js/controllers/color-controller.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/controllers/color-controller.js b/js/controllers/color-controller.js index d4737aad..3edaff86 100755 --- a/js/controllers/color-controller.js +++ b/js/controllers/color-controller.js | |||
@@ -198,7 +198,7 @@ exports.ColorController = Montage.create(Component, { | |||
198 | enumerable: true, | 198 | enumerable: true, |
199 | value: function (e) { | 199 | value: function (e) { |
200 | // | 200 | // |
201 | var actionEvent, color, input = e._event.input, panelMode, mode = e._event.mode; | 201 | var color, input = e._event.input, panelMode, mode = e._event.mode; |
202 | if (this.colorView) { | 202 | if (this.colorView) { |
203 | panelMode = this.colorView.panelMode; | 203 | panelMode = this.colorView.panelMode; |
204 | } | 204 | } |