Ticket #2516 (closed Bug: fixed)
Remove the Array.AddItem method
| Reported by: | alfonsoml | Owned by: | alfonsoml |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.6.4 |
| Component: | General | Version: | FCKeditor 2.3.2 |
| Keywords: | Review+ | Cc: |
Description
In fckjscoreextensions.js there's a Array.prototype.AddItem that it's just a custom implementation of the Array.push method, so we should remove it and replace its occurrences with .push.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.