Skip to content

Instantly share code, notes, and snippets.

@ibolmo
Created November 26, 2009 18:37
Show Gist options
  • Select an option

  • Save ibolmo/243604 to your computer and use it in GitHub Desktop.

Select an option

Save ibolmo/243604 to your computer and use it in GitHub Desktop.
//** 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