Opened 14 years ago
Closed 14 years ago
#3471 closed defect (fixed)
dijit.byId() doesn't gracefully handle non-string inputs
Reported by: | alex | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dijit.byId() should work like dojo.byId() WRT normalizing string and non-string inputs.
Note: See
TracTickets for help on using
tickets.
(In [9215]) make dijit.byId() handle non-strings (potentially widget instances). Fixes #3471