Skip to content

Instantly share code, notes, and snippets.

@thomasboyt
Created February 25, 2013 23:05
Show Gist options
  • Save thomasboyt/5034164 to your computer and use it in GitHub Desktop.
Save thomasboyt/5034164 to your computer and use it in GitHub Desktop.
myObj.prototype.setupHandler() {
someElement.addEventListener('click', function(e) {
this.someOtherFunction(e.target);
}.bind(this));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment