Ticket #3742 (closed defect: fixed)
Add support for Safari3's native array iteration methods
| Reported by: | blowery | Owned by: | blowery |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9 |
| Component: | General | Version: | 0.9 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Safari3 added the fast native array iteration methods like map, forEach, etc. However, they did not add them to the Array object as methods callable by any array, instead they're solely on the Array.prototype. Add in proper detection and delegation.
Change History
Note: See
TracTickets for help on using
tickets.