8 lines
178 B
JavaScript
8 lines
178 B
JavaScript
|
//>>built
|
||
|
define("dojox/charting/themes/GreySkies", ["../Theme", "./common"], function(Theme, themes){
|
||
|
|
||
|
themes.GreySkies=new Theme(Theme._def);
|
||
|
|
||
|
return themes.GreySkies;
|
||
|
});
|