Skip to content

Instantly share code, notes, and snippets.

@westc
Created November 21, 2014 18:58
Show Gist options
  • Select an option

  • Save westc/a084689482abd54a75be to your computer and use it in GitHub Desktop.

Select an option

Save westc/a084689482abd54a75be to your computer and use it in GitHub Desktop.
function call() {
return call.call.apply(call.call, arguments);
}
@westc

westc commented Nov 21, 2014

Copy link
Copy Markdown
Author

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