Opened 9 years ago
Closed 9 years ago
#14220 closed task (fixed)
[meta] baseless conversion for 1.8
Reported by: | bill | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | General | Version: | 1.7.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Ticket for remaining modules that need to be updated to be baseless (i.e. to access functions etc. through module exports rather than through dojo, dijit, and dojox "globals).
See also #13959 about controlling modules to (conditionally) not export values into the dojo, dijit, and dojox "globals".
Change History (6)
comment:1 Changed 9 years ago by
comment:3 Changed 9 years ago by
A similar reference in dnd/Moveable
, our patch is at <https://github.com/EqualMedia/dojo/commit/78fc0ccf0475a71fa9aee9b9edb8c5eca0546eb9>. Should I commit this on trunk?
comment:4 Changed 9 years ago by
Oh, thanks for catching that, please check it in under #14201 (the ticket I used for the DnD AMD conversion).
comment:6 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Closing this... the remaining old-style modules that get carried over to 2.0 will (by necessity) be converted then.
In [26967]: