Opened 14 years ago
Closed 14 years ago
#7114 closed defect (fixed)
Fix multiversion support for xdomain loading dojox.gfx and dojo.requireIf calls
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Loader | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The .xd.js files generated are not fully enclosed in a function scope that correctly defines dojo/dijit/dojox. Need to fix it. Problem was uncovered after #4462 changes, but those changes did not cause the problem, just uncovered the existing weakness.
Note: See
TracTickets for help on using
tickets.
(In [14264]) Fixes #7114: multiversion support for dojox.gfx/dojo.requireIf in xdomain loading.