Ticket #2516 (closed Bug: fixed)

Opened 3 months ago

Last modified 7 weeks ago

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

2516.patch (2.3 KB) - added by alfonsoml 3 months ago.
Proposed patch

Change History

Changed 3 months ago by alfonsoml

Proposed patch

Changed 7 weeks ago by fredck

  • keywords Review+ added; Review? removed
  • milestone set to FCKeditor 2.6.4

Changed 7 weeks ago by alfonsoml

  • status changed from new to closed
  • resolution set to fixed

Fixed with [2570]

Note: See TracTickets for help on using tickets.