Skip to content

Instantly share code, notes, and snippets.

@raganwald
Forked from seidtgeist/bound.js
Last active December 18, 2015 12:29
Show Gist options
  • Save raganwald/5783222 to your computer and use it in GitHub Desktop.
Save raganwald/5783222 to your computer and use it in GitHub Desktop.
function bound(object, fn) {
return object[fn].bind(object);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment