diff --git a/jquery.mousewheel.js b/jquery.mousewheel.js index 38b60951b..92a3336eb 100755 --- a/jquery.mousewheel.js +++ b/jquery.mousewheel.js @@ -12,7 +12,7 @@ (function($) { -var types = ['DOMMouseScroll', 'mousewheel']; +var types = ['DOMMouseScroll', 'mousewheel', 'MozMousePixelScroll', 'wheel']; if ($.event.fixHooks) { for ( var i=types.length; i; ) {