diff --git a/jquery.mousewheel.js b/jquery.mousewheel.js index 38355c6a1..ad9b12d14 100755 --- a/jquery.mousewheel.js +++ b/jquery.mousewheel.js @@ -23,7 +23,7 @@ } }(function ($) { - var toFix = ['wheel', 'mousewheel', 'DOMMouseScroll']; + var toFix = ['wheel', 'mousewheel', 'DOMMouseScroll', 'MozMousePixelScroll']; var toBind = 'onwheel' in document || document.documentMode >= 9 ? ['wheel'] : ['mousewheel', 'DomMouseScroll', 'MozMousePixelScroll']; var lowestDelta, lowestDeltaXY;