Created
November 26, 2009 18:37
-
-
Save ibolmo/243604 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| //** Compat 1.2 | |
| Array.implement({ | |
| }); | |
| //**/ | |
| (If compat is unnecessary... strip the first '/' and let the rest of the build process continues, the rest of the code (comment) is automatically deleted by builder(s) or the JS skips the code since it's a comment.) | |
| /** Compat 1.2 | |
| Array.implement({ | |
| }); | |
| //**/ | |
| General Format | |
| -------------- | |
| //** Compat x.y.z | |
| //**/ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment