Opened 11 years ago
Closed 11 years ago
#11075 closed defect (fixed)
dojox.lang.utils.merge handles null objects incorrectly
Reported by: | Eugene Lazutkin | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Dojox | Version: | 1.5.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If the target object is null, it still tries to access its properties, which leads to an exception.
Note: See
TracTickets for help on using
tickets.
(In [22042]) lang: bugfix for null objects, !strict, fixes #11075.