Skip to content

Commit 3f477b4

Browse files
committed
correction
1 parent 2371f6d commit 3f477b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jquery.mousewheel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
teardown: function() {
5252
if ( this.removeEventListener ) {
5353
for ( var i = toBind.length; i; ) {
54-
this.addEventListener( toBind[ --i ], handler, { passive: false } );
54+
this.removeEventListener( toBind[ --i ], handler, false );
5555
}
5656
} else {
5757
this.onmousewheel = null;

jquery.mousewheel.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)