aboutsummaryrefslogtreecommitdiff
path: root/includes/js/dojox/charting/tests/charting.js
blob: 500f354208b08feb8b758c894c7160a136766232 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if(!dojo._hasResource["dojox.charting.tests.charting"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
dojo._hasResource["dojox.charting.tests.charting"] = true;
dojo.provide("dojox.charting.tests.charting");

try{
	dojo.require("dojox.charting.tests._color");
	dojo.require("dojox.charting.tests.Theme");
}catch(e){
	doh.debug(e);
}

}