Closed GoogleCodeExporter closed 8 years ago
Tested Safari version is 2.0.4 (419.3)
Original comment by doeke.zanstra@gmail.com
on 11 Apr 2007 at 12:21
Base.forEach is intended for enumerating base2 objects *not* arrays. However,
you are
still correct that the behavior is different in Gecko and that it is due to the
enumeration of undeclared slots in the array. So I will try to fix it. :-)
Original comment by dean.edw...@gmail.com
on 12 Apr 2007 at 1:04
Status changed to "Accepted".
Original comment by dean.edw...@gmail.com
on 3 Jul 2007 at 4:17
Fixed! Array.forEach now handles sparse arrays.
Original comment by dean.edw...@gmail.com
on 10 Jul 2007 at 6:38
Original comment by doek...@gmail.com
on 14 Jul 2007 at 6:49
Original issue reported on code.google.com by
doeke.zanstra@gmail.com
on 9 Apr 2007 at 4:10Attachments: