Opened 12 years ago
Closed 10 years ago
#7756 closed defect (wontfix)
djConfig.requires does not work with custom base builds that do not have dojo._base.browser
Reported by: | James Burke | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | high | Milestone: | future |
Component: | Loader | Version: | 1.2beta |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Not sure this is worth fixing, since you can use djConfig.addOnLoad = function() { dojo.require() }, but at least logging this as an issue.
Change History (3)
comment:1 Changed 10 years ago by
Owner: | changed from James Burke to Rawld Gill |
---|
comment:2 Changed 10 years ago by
Status: | new → assigned |
---|
comment:3 Changed 10 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Note that the config variable name is "require", not "requires".
This feature will work so long as dojo/main is included in the build.
As of 1.7, config.require has been deprecated and replaced with the deps config variable. config.require usages should be converted to use deps.
Note: See
TracTickets for help on using
tickets.
not sure if these tickets are even valid anymore but assigning to rawld to check