Opened 10 years ago
Closed 10 years ago
#12685 closed defect (fixed)
dojox.mobile: Stop accessing dojo._loader
Reported by: | ykami | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Mobile | Version: | 1.6.0 |
Keywords: | 1.7-mobile | Cc: | |
Blocked By: | Blocking: |
Description
Due to #12672, accessing to dojo._loader is no longer allowed. Use the new priority argument to dojo.ready() instead.
Note: See
TracTickets for help on using
tickets.
(In [24347]) Fixes #12685 !strict. Use dojo.ready() with priority instead of dojo._loader.