Skip to content

Commit 937799d

Browse files
committed
fix comment
1 parent 89baea9 commit 937799d

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
@@ -147,8 +147,8 @@
147147
}
148148
}
149149

150-
// When in oldMode the delta is based on 120. We devide
151-
// by 40 to try and get a more usable deltaFactor.
150+
// When in oldMode the delta is based on 120.
151+
// Dividing by 40 to try and get a more usable deltaFactor.
152152
if ( oldMode ) {
153153
// Divide all the things by 40!
154154
delta /= 40;

0 commit comments

Comments
 (0)