Opened 14 years ago
Closed 14 years ago
#3194 closed defect (fixed)
non-native implementation of dojo.forEach throws an exception on undefined arrays
Reported by: | alex | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Core | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
the native implementation on FF does not. We need to match the behavior.
Note: See
TracTickets for help on using
tickets.
(In [8821]) fixes #3194. Makes forEach() tollerent of b0rken array params just like the built-in variant. This seems to fix rendering on themeTest.html in which the checkbox widget was passing a null array to forEach.