#2363 closed defect (fixed)
Allow djConfig.modulePaths as an alternative to dojo.registerModulePath()
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Loader | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Allow setting module paths via a djConfig.modulePaths object, instead of having to do multiple dojo.registerModulePath() calls after including dojo.js. This will help configuring xdomain/CDN builds easier.
Change History (3)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|
Note: See
TracTickets for help on using
tickets.
(In [7112]) Fixes #2363: can configure modulePaths using djConfig now.