Skip to content

Instantly share code, notes, and snippets.

@JamieDixon
Created September 12, 2014 18:03
Show Gist options
  • Save JamieDixon/28e14f55d19235332990 to your computer and use it in GitHub Desktop.
Save JamieDixon/28e14f55d19235332990 to your computer and use it in GitHub Desktop.
Get rid of function wrapper
$(".next").on("click", function (evt) {
this.next.call(evt.target, evt);
}.bind(this));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment