Opened 13 years ago
Closed 13 years ago
#6211 closed defect (fixed)
dojox.analytics should use dojo.config instead of djConfig
Reported by: | James Burke | Owned by: | Dustin Machi |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dojox | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Talked to dmachi about this:
Inside the JS files for dojox.analytics, the code should grab config info from dojo.config instead of djConfig so the code works well in a multiversion environment.
The test pages/HTML pages used to invoke dojox.analytics still use djConfig, just internal to the JS code it should use dojo.config.
Note: See
TracTickets for help on using
tickets.
(In [13151]) wrong url for logging in test file. fixes dojo.config references. fixes #6211