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/components/hottext.reel/hottext.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/components/hottext.reel/hottext.js') diff --git a/js/components/hottext.reel/hottext.js b/js/components/hottext.reel/hottext.js index f49bfc5f..5e362b46 100755 --- a/js/components/hottext.reel/hottext.js +++ b/js/components/hottext.reel/hottext.js @@ -214,7 +214,7 @@ var HotText = exports.HotText = Montage.create(SliderBase, { var dX = clickPoint.x - this._xStart; var dY = clickPoint.y - this._yStart; - + var dXAbs = Math.abs(dX); var dYAbs = Math.abs(dY); @@ -224,7 +224,7 @@ var HotText = exports.HotText = Montage.create(SliderBase, { } var incrementVal = dXAbs-4; // otherwise, the first value change will be 5 pixels - var multFactor = 1; + var multFactor = 1; if(dXAbs > dYAbs) { -- cgit v1.2.3