Ticket #288 (new enhancement)

Opened 5 months ago

Last modified 4 months ago

MochiKit.DOM.attributeArray is useful and could be exported to the public API

Reported by: Per Cederberg <cederberg@gmail.com> Assigned to: somebody
Priority: normal Milestone: MochiKit 1.5
Component: component1 Version:
Severity: normal Keywords: api
Cc:

Description

The function MochiKit.DOM.attributeArray(node) is sometimes useful and could be exported to the public API.

Also, one of the source code comments is misplaced:

                /***

                    Return an array of attributes for a given node,
                    filtering out attributes that don't belong for
                    that are inserted by "Certain Browsers".

                ***/

It should be present in the IE implementation using filters a few lines above.

Change History

03/16/08 22:34:12 changed by cederberg@gmail.com

  • milestone changed from MochiKit 1.4 to MochiKit 1.5.

Moved to 1.5 to quicken the 1.4 release.