diff --git a/src/iscroll.js b/src/iscroll.js index 6add3e1f..94039e24 100644 --- a/src/iscroll.js +++ b/src/iscroll.js @@ -145,7 +145,8 @@ var m = Math, that._bind(START_EV); if (!hasTouch) { that._bind('mouseout', that.wrapper); - that._bind(WHEEL_EV); + if (that.options.wheelAction != 'none') + that._bind(WHEEL_EV); } if (that.options.checkDOMChanges) that.checkDOMTime = setInterval(function () {