Opened 16 years ago
Closed 16 years ago
#2516 closed Bug (fixed)
Remove the Array.AddItem method
Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | Alfonso Martínez de Lizarrondo |
---|---|---|---|
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 (1)
Change History (3)
Changed 16 years ago by
Attachment: | 2516.patch added |
---|
comment:1 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|---|
Milestone: | → FCKeditor 2.6.4 |
Proposed patch