From 85b84293c7775d4c2e0ece483e12d693203a3e80 Mon Sep 17 00:00:00 2001 From: Brandon Aaron Date: Fri, 13 Dec 2013 10:35:41 -0500 Subject: [PATCH] again with my indents --- jquery.mousewheel.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/jquery.mousewheel.js b/jquery.mousewheel.js index d87724aaeb..4b25ebc498 100755 --- a/jquery.mousewheel.js +++ b/jquery.mousewheel.js @@ -143,11 +143,11 @@ // is treating this as an older mouse wheel event. // We'll divide it by 40 to try and get a more usable deltaFactor. if ( lowestDelta === 120 ) { - // Divide all the things by 40! - delta /= 40; - deltaX /= 40; - deltaY /= 40; - lowestDelta /= 40; + // Divide all the things by 40! + delta /= 40; + deltaX /= 40; + deltaY /= 40; + lowestDelta /= 40; } // Get a whole, normalized value for the deltas