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.themes.GreySkies"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
2
dojo._hasResource["dojox.charting.themes.GreySkies"] = true;
3
dojo.provide("dojox.charting.themes.GreySkies");
4
dojo.require("dojox.charting.Theme");
5
 
6
(function(){
7
	var dxc=dojox.charting;
8
	dxc.themes.GreySkies=new dxc.Theme(dxc.Theme._def);
9
})();
10
 
11
}