From 04343eda8c2f870b0da55cfdc8003c99fe1cc4de Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Fri, 6 Jul 2012 11:53:10 -0700 Subject: Remove trailing spaces --- js/models/color-model.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/models/color-model.js') 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, { this._alpha = value; // if (this.rgb || this.hsl) { - this._dispatchChangeEvent('alpha', value); + this._dispatchChangeEvent('alpha', value); } } }, @@ -445,7 +445,7 @@ exports.ColorModel = Montage.create(Component, { } if (this.hex) colorEvent.hex = this.hex; - //Standard values that apply to any event + //Standard values that apply to any event colorEvent.value = value; colorEvent.mode = mode; if (value && value.wasSetByCode) { -- cgit v1.2.3