Opened 10 years ago
Closed 10 years ago
#13157 closed enhancement (fixed)
support multi-version and multi-instance loads with v1.7 loader and builder
Reported by: | Rawld Gill | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Loader | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Support
- loading dojo 1.6- and 1.7+ on same page
- loading multiple, instances of any package, including dojo 1.7+ on the same page (for example load two instances of the same dojo to the names dojo1 and dojo2)
Change History (4)
comment:1 Changed 10 years ago by
Status: | new → assigned |
---|
comment:2 Changed 10 years ago by
comment:3 Changed 10 years ago by
comment:4 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [25342]) fixes multi-version support in loader sync mode (async mode was OK); adds tests; refs #13157; !strict