Opened 8 years ago
Closed 8 years ago
#15952 closed defect (fixed)
module specific config not working
Reported by: | ben hockey | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | blocker | Milestone: | 1.8.1 |
Component: | Loader | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
see http://jsfiddle.net/neonstalwart/KRLAJ/ for example
if i have a dojoConfig
that includes a module config (ie the config that would be returned via module.config()
) there is an error from the loader.
dojoConfig = { async: 1, config: { 'app/foo': { bar: 'baz' } } }
when the loader tries to consume the dojoConfig
, it calls getModule
but getModule
has not yet been declared.
Change History (5)
comment:1 Changed 8 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 8 years ago by
Milestone: | tbd → 1.8.1 |
---|
comment:3 Changed 8 years ago by
Priority: | undecided → blocker |
---|
Note: See
TracTickets for help on using
tickets.
Changing to blocker as per weekly meeting.