aboutsummaryrefslogtreecommitdiff
path: root/js/models/color-model.js
diff options
context:
space:
mode:
authorKris Kowal2012-07-06 11:53:10 -0700
committerKris Kowal2012-07-06 15:01:48 -0700
commit04343eda8c2f870b0da55cfdc8003c99fe1cc4de (patch)
tree0a6048889b65bb16ff58822e55bc1346e9eb07bd /js/models/color-model.js
parent648ee61ae84216d0236e0dbc211addc13b2cfa3a (diff)
downloadninja-04343eda8c2f870b0da55cfdc8003c99fe1cc4de.tar.gz
Remove trailing spaces
Diffstat (limited to 'js/models/color-model.js')
-rwxr-xr-xjs/models/color-model.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/models/color-model.js b/js/models/color-model.js
index a8ceb981..1fb2ba9c 100755
--- a/js/models/color-model.js
+++ b/js/models/color-model.js
@@ -154,7 +154,7 @@ exports.ColorModel = Montage.create(Component, {
154 this._alpha = value; 154 this._alpha = value;
155 // 155 //
156 if (this.rgb || this.hsl) { 156 if (this.rgb || this.hsl) {
157 this._dispatchChangeEvent('alpha', value); 157 this._dispatchChangeEvent('alpha', value);
158 } 158 }
159 } 159 }
160 }, 160 },
@@ -445,7 +445,7 @@ exports.ColorModel = Montage.create(Component, {
445 } 445 }
446 if (this.hex) 446 if (this.hex)
447 colorEvent.hex = this.hex; 447 colorEvent.hex = this.hex;
448 //Standard values that apply to any event 448 //Standard values that apply to any event
449 colorEvent.value = value; 449 colorEvent.value = value;
450 colorEvent.mode = mode; 450 colorEvent.mode = mode;
451 if (value && value.wasSetByCode) { 451 if (value && value.wasSetByCode) {