Skip to content

Instantly share code, notes, and snippets.

@lukaszewczak
Last active August 29, 2015 14:05
Show Gist options
  • Save lukaszewczak/c98fc5a8dc6a45106aaf to your computer and use it in GitHub Desktop.
Save lukaszewczak/c98fc5a8dc6a45106aaf to your computer and use it in GitHub Desktop.
function invoke(fn, self, locals){
var args = [],
$inject = annotate(fn),
length, i,
key;
....
return fn.apply(self, args);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment