Skip to content

Instantly share code, notes, and snippets.

@westc
Created November 21, 2014 18:58
Show Gist options
  • Save westc/a084689482abd54a75be to your computer and use it in GitHub Desktop.
Save westc/a084689482abd54a75be to your computer and use it in GitHub Desktop.
function call() {
return call.call.apply(call.call, arguments);
}
@westc
Copy link
Author

westc commented Nov 21, 2014

Example call:

call(alert, this, "Hello world!");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment