We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0f7c4 commit 527edc4Copy full SHA for 527edc4
jquery.mousewheel.js
@@ -23,7 +23,7 @@
23
}
24
}(function ($) {
25
26
- var toFix = ['wheel', 'mousewheel', 'DOMMouseScroll'];
+ var toFix = ['wheel', 'mousewheel', 'DOMMouseScroll', 'MozMousePixelScroll'];
27
var toBind = 'onwheel' in document || document.documentMode >= 9 ? ['wheel'] : ['mousewheel', 'DomMouseScroll', 'MozMousePixelScroll'];
28
var lowestDelta, lowestDeltaXY;
29
0 commit comments