Skip to content

Commit 85b8429

Browse files
committed
again with my indents
1 parent 5d771ab commit 85b8429

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

jquery.mousewheel.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@
143143
// is treating this as an older mouse wheel event.
144144
// We'll divide it by 40 to try and get a more usable deltaFactor.
145145
if ( lowestDelta === 120 ) {
146-
// Divide all the things by 40!
147-
delta /= 40;
148-
deltaX /= 40;
149-
deltaY /= 40;
150-
lowestDelta /= 40;
146+
// Divide all the things by 40!
147+
delta /= 40;
148+
deltaX /= 40;
149+
deltaY /= 40;
150+
lowestDelta /= 40;
151151
}
152152

153153
// Get a whole, normalized value for the deltas

0 commit comments

Comments
 (0)