Created
February 21, 2012 19:25
-
-
Save AnuragMishra/1878318 to your computer and use it in GitHub Desktop.
Minification of Array.prototype.slice
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var s = Array.prototype.slice; | |
s.apply(foo); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment