Skip to content

Instantly share code, notes, and snippets.

@westc
Created November 21, 2014 17:53
Show Gist options
  • Save westc/8af2161385537efc2aad to your computer and use it in GitHub Desktop.
Save westc/8af2161385537efc2aad to your computer and use it in GitHub Desktop.
function getApply(fn) {
return function(context, args) {
return fn.apply(context, args);
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment