#12994 closed defect (fixed)
[patch][ccla] Rework dojox;charting AMD to adapt to new _base modules returned value
Reported by: | cjolif | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Charting | Version: | 1.6.1 |
Keywords: | amd | Cc: | [email protected]…, [email protected]… |
Blocked By: | Blocking: |
Description
_base modules returned values will change to return a hash object of the functions created by the module instead of dojo or one of the module functions.
In some cases we were relying on the fact modules such as dojo/_base/lang where returning dojo. This won't work anymore. We must now rely on the fact that dojo/_base/kernel will return dojo.
The patch (to be attached later) will adapt the code for that.
Attachments (1)
Change History (4)
Changed 11 years ago by
Attachment: | dojox.charting.kernel.patch added |
---|
comment:1 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Note: See
TracTickets for help on using
tickets.
patch to use _base/kernel to import dojo, will require more testing once gfx will use that as well