Opened 13 years ago
Closed 13 years ago
#4532 closed defect (fixed)
dojo._mixin fails on IE if 'props' argument is null
Reported by: | sjmiles | Owned by: | sjmiles |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Core | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
toString testing in dojo._mixin is brittle on bad input.
Note: See
TracTickets for help on using
tickets.
(In [10585]) Ensure non-null 'props' before dereferencing, fixes #4532.