Skip to content

Instantly share code, notes, and snippets.

@pads
Created November 29, 2012 16:59
Show Gist options
  • Save pads/4170377 to your computer and use it in GitHub Desktop.
Save pads/4170377 to your computer and use it in GitHub Desktop.
@FND's suggested fix for arguments assignment
var args = Array.prototype.slice.apply(arguments);
args[2] = false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment