Skip to content

Commit

Permalink
[fix] mousewheel event: avoid loop
Browse files Browse the repository at this point in the history
  • Loading branch information
François-Régis Sinot committed Aug 1, 2011
1 parent bf6baa6 commit 47c2cc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion opabsl/jsbsl/jQueryExtends.js
Expand Up @@ -208,7 +208,6 @@ $.fn.extend({
case "keydown": return this.keydown(fn); case "keydown": return this.keydown(fn);
case "keydown.keyesc": return this.keyesc(fn); case "keydown.keyesc": return this.keyesc(fn);
case "keydown.newline": return this.newline(fn); case "keydown.newline": return this.newline(fn);
case "mousewheel": return this.mousewheel(fn);
default: return jq_bind.apply(this, [ns, data, fn]); default: return jq_bind.apply(this, [ns, data, fn]);
} }
}, },
Expand Down

0 comments on commit 47c2cc8

Please sign in to comment.