Skip to content

Instantly share code, notes, and snippets.

@meeDamian
Created June 27, 2013 09:31
Show Gist options
  • Save meeDamian/5875194 to your computer and use it in GitHub Desktop.
Save meeDamian/5875194 to your computer and use it in GitHub Desktop.
function proceed() {
if( active ) {
var args = Array.prototype.slice.call(arguments, 0);
(args.shift()).apply(null, args);
}
return active;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment