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
| /** | |
| * Adds ECMA-262 rev. 5 methods to Array prototype, if they are missing | |
| * Please note that the global prototypes are updated, so only use this file | |
| * if that is acceptable, or if you're running in an iframe | |
| * | |
| * Please not that this file WILL NOT BE COPYRIGHTED, as it merely wraps mozilla implementation | |
| * of JavaScript 1.6 / ECMA-262 rev. 5 methods | |
| * | |
| * @author Morgan Roderick - [email protected] | |
| */ |
NewerOlder