Skip to content

Commit 171976e

Browse files
committed
again with my indents
1 parent 3efd554 commit 171976e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jquery.mousewheel.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@
142142
// is treating this as an older mouse wheel event.
143143
// We'll divide it by 40 to try and get a more usable deltaFactor.
144144
if ( lowestDelta === 120 ) {
145-
oldMode = true;
146-
lowestDelta /= 40;
145+
oldMode = true;
146+
lowestDelta /= 40;
147147
}
148148
}
149149

0 commit comments

Comments
 (0)