Changes between Initial Version and Version 2 of Ticket #3244
- Timestamp:
- Jun 2, 2007, 3:14:28 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3244
- Property Owner changed from anonymous to alex
-
Property
Summary
changed from
Nodelist:: map(), filter() etc. methods return arrays not Nodelists, and need doc
toNodelist:: map(), filter() etc. need doc
-
Ticket #3244 – Description
initial v2 1 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 like1 Not sure if this is intended behavior or not; On IE, Nodelist.map() and similar functions return a simple array, without special methods on it, so you can't do something like: 2 2 3 3 {{{