Opened 12 years ago
Closed 12 years ago
#3757 closed defect (fixed)
0.9: Minor update to Wire (return null/undefined instead of throwing error)
Reported by: | Jared Jurkiewicz | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Data | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
0.9: Minor update to Wire (return null/undefined instead of throwing error)
Currently, when an intermediate object is not defined or null, Wire throws an Error on retrieval, but it is too much in some cases (showing complex objects in table where intermediate object may or may not exist.)
This just makes it return null/undefined instead
Attachments (1)
Change History (2)
Changed 12 years ago by
Attachment: | dojox.wire_20070713.patch added |
---|
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [9643]) Minor patch to wire. fixes #3757