Skip to content

Instantly share code, notes, and snippets.

@PabloVallejo
Created January 31, 2014 20:53
Show Gist options
  • Save PabloVallejo/8742915 to your computer and use it in GitHub Desktop.
Save PabloVallejo/8742915 to your computer and use it in GitHub Desktop.
bind: function( fn, context ) {
return function() {
return fn.apply( context, arguments );
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment