#14810 closed enhancement (fixed)
priority for determining bootstrap deps and callback is incorrect in loader
Reported by: | Rawld Gill | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8 |
Component: | Loader | Version: | 1.7.2rc1 |
Keywords: | Cc: | ben hockey | |
Blocked By: | Blocking: |
Description
the code
var bootDeps = defaultConfig.deps || userConfig.deps || dojoSniffConfig.deps, bootCallback = defaultConfig.callback || userConfig.callback || dojoSniffConfig.callback;
seems to get the priorities wrong. The loader should prefer sniff to userConfig to defaultConfig
Change History (5)
comment:1 Changed 9 years ago by
Status: | new → assigned |
---|
comment:2 Changed 9 years ago by
Cc: | ben hockey added |
---|
comment:3 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|
Bulk update for closed tickets marked as tbd/future. Presumably these should be marked as fixed in 1.8.
Note: See
TracTickets for help on using
tickets.
In [28360]: