Opened 14 years ago
Last modified 14 years ago
#3244 closed defect
Nodelist:: map(), filter() etc. methods return arrays not Nodelists, and need doc — at Initial Version
Reported by: | bill | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Core | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Not sure if this is intended behavior or not; On IE, Nodelist.map() etc. returns an array, not a Nodelist, so you can't do something like
dojo.query(...).map(...).forEach();
The other problem is that those functions have no inline doc (particularly about the return value).
Note: See
TracTickets for help on using
tickets.