SemanticScuttle/includes/js/dojox/charting/tests/charting.js

13 lines
376 B
JavaScript
Raw Normal View History

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);
}
}