Opened 14 years ago
Closed 14 years ago
#1869 closed defect (wontfix)
dojo.debug.Firebug uses dojo.lang.toArray but doesn't require dojo.lang.array
Reported by: | Owned by: | anonymous | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dojo.debug.Firebug uses dojo.lang.toArray at line 15 but doesn't require dojo.lang.array, causing an error if something else hasn't included dojo.lang.array
insert
dojo.require("dojo.lang.array")
at line 3
Note: See
TracTickets for help on using
tickets.
That is a bug, but I don't think we need to fix it, since dojo.debug.Firebug has been deprecated in favor of dojo.debug.console.