Skip to content

Commit e72a327

Browse files
committed
Improve the comment tag
1 parent 35a8a94 commit e72a327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.mousewheel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
},
5959

6060
teardown: function() {
61-
// Remove with same passive option as setup
61+
// Use passive event listeners if supported
6262
var passiveSupported = false;
6363
try {
6464
var opts = Object.defineProperty({}, "passive", {

0 commit comments

Comments
 (0)