Skip to content

Instantly share code, notes, and snippets.

@jcastellanos003
Created September 10, 2015 14:28
Show Gist options
  • Save jcastellanos003/08962adcf9fff959a9f4 to your computer and use it in GitHub Desktop.
Save jcastellanos003/08962adcf9fff959a9f4 to your computer and use it in GitHub Desktop.
//this scope
var obj = {
foo : function() {...},
bar : function() {
document.addEventListener("click", (e) => this.foo());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment