#5813 closed defect (fixed)
dijit/tests/test.html fails: dojo.byId is not a function
Reported by: | Adam Peller | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Isn't a dijit related bug; if I have understood, with debugAtAllCosts = true all the dojo.require() are asynchronous, and the dojo.byId definition (html.js) is evaluated after the <script>...</script>.