#13165 closed defect (fixed)
dojox.mobile.compat has improper dependencies
Reported by: | ykami | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Mobile | Version: | 1.6.1 |
Keywords: | 1.7-mobile | Cc: | Chris Mitchell |
Blocked By: | Blocking: |
Description
The current compat/_compat work well, but their deps are not very good when build is considered. compat should not have "." in its deps list, and should not load "dojo/fx" and "dojo/fx/easing", which instead should be baked into _compat.js.
Change History (3)
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
comment:3 Changed 10 years ago by
Note: See
TracTickets for help on using
tickets.
(In [25374]) Fixes #13165 !strict Moved dojox/fx and dojo/fx/easing from compat.js to _compat.js. This way compat.js can be built into the mobile base, and fx/easing can be built into _compat.js.