Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonaaron committed Dec 14, 2013
1 parent 89baea9 commit 937799d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jquery.mousewheel.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@
}
}

// When in oldMode the delta is based on 120. We devide
// by 40 to try and get a more usable deltaFactor.
// When in oldMode the delta is based on 120.
// Dividing by 40 to try and get a more usable deltaFactor.
if ( oldMode ) {
// Divide all the things by 40!
delta /= 40;
Expand Down

0 comments on commit 937799d

Please sign in to comment.