Opened 15 years ago
Closed 15 years ago
#1001 closed defect (invalid)
dojo.require() does not work when djConfig = {debugAtAllCost: true}
Reported by: | andré | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Core | Version: | 0.3 |
Keywords: | require | Cc: | |
Blocked By: | Blocking: |
Description
when debugAtAllCost is set to true, dojo.require() does not seem to work at all (in browser envirmonment at least).
Note: See
TracTickets for help on using
tickets.
Most likely you are not calling dojo.hostenv.writeIncludes() when you are using debugAtAllCosts. See this page for info (look for debugAtAllCosts section):
http://dojo.jot.com/DebuggingJavascript
Closing this bug for now, but feel free to reopen if you are using writeIncludes() at the right place.