Ticket #119 (closed defect: fixed)
Some inefficiencies in array code
| Reported by: | MartinBudden | Owned by: | MartinBudden |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.1 |
| Component: | core | Version: | |
| Severity: | low | Keywords: | |
| Cc: |
Description
The array find and contains... functions use a for loop checking each item in the array, rather than using the built-in JavaScript? indexOf function.
Certain browsers do not supply and indexOf function, for these an Array.prototype.indexOf function should be provided.
Change History
Note: See
TracTickets for help on using
tickets.
