Opened 13 years ago
Closed 13 years ago
#4570 closed defect (fixed)
Building dojo.xd.js with more than dojo._base puts dojo.i18n in the wrong place
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | BuildSystem | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If you specify dependencies for dojo.js, when dojo.xd.js is generated, it will tack on dojo.i18n at the bottom, but it should really be directly after dojo._base.
In practice this is probably not hit too often (most modules that need dojo.i18n dojo.require it).
Note: See
TracTickets for help on using
tickets.
(In [10638]) Fixes #4570. dojo.i18n goes right after base no matter what other dependencies are in dojo.js