aboutsummaryrefslogtreecommitdiff
path: root/js/controllers
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-06-15 15:14:34 -0700
committerJose Antonio Marquez2012-06-15 15:14:34 -0700
commitfbd9d2492aeaef392ad59792825b8757d6c363fc (patch)
tree0dd06cc81b258763f40628eabcb21fa186ab43b8 /js/controllers
parent43fdc63a00edede743212c0cefe2bd29a63de2ad (diff)
downloadninja-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')
-rwxr-xr-xjs/controllers/color-controller.js2
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 }