#4290 closed defect (fixed)
dj_global is obsolete, replace it with dojo.global
Reported by: | Eugene Lazutkin | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dojox | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Dojo 0.9 uses dojo.global instead of dj_global --- simple replacement should help.
This problem was reported in the forums. I found dj_global in DojoX Collections (5 counts), DojoX Wire (1 count), and in D.O.H. runner (1 count).
Note: See
TracTickets for help on using
tickets.
(In [10357]) Replaced obsolete dj_global with dojo.global. Fixes #4290.