#2211 closed defect (fixed)
Make sure xdomain dojo.js works with modules that need resources but no nls/dojo_locale.js is availabe
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Loader | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If an xdomain dojo.js contains a module that calls dojo.requireLocalization, but the top level flattened resources are not made, will the module still load correctly?
Change History (4)
comment:1 Changed 15 years ago by
Milestone: | 0.9 → 0.4.2 |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|
Note: See
TracTickets for help on using
tickets.
(In [7426]) Fixes #2211. Now web built, xdomain builds that do not have the top-level nls directory but include modules that use i18n bundles will work.