Subversion Repositories Applications.papyrus

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2150 mathias 1
if(!dojo._hasResource["dojox.charting.tests.charting"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
2
dojo._hasResource["dojox.charting.tests.charting"] = true;
3
dojo.provide("dojox.charting.tests.charting");
4
 
5
try{
6
	dojo.require("dojox.charting.tests._color");
7
	dojo.require("dojox.charting.tests.Theme");
8
}catch(e){
9
	doh.debug(e);
10
}
11
 
12
}