Opened 12 years ago
Closed 12 years ago
#9331 closed defect (fixed)
customBase method listing not up to date with Dojo 1.3 methods
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | BuildSystem | Version: | 1.3.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Dojo 1.3 introduces some new methods in dojo._base.html, but the customBase module mapping for methods (in util/jslib/buildUtil.js) has not been updated for these changes.
This might cause some customBase builds to have runtime errors.
Ideally this should be pushed into the 1.3 branch in case there is another 1.3.x release.
Change History (2)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [17575]) Refs #9331, adding new methods added in Dojo 1.3 for customBase builds.