webui-aria2/js/libs/dojox/charting/themes/Bahamation.js
2012-05-01 19:52:07 +08:00

6 lines
203 B
JavaScript

//>>built
define("dojox/charting/themes/Bahamation",["../Theme","./common"],function(_1,_2){
_2.Bahamation=new _1({colors:["#3f9998","#3fc0c3","#70c058","#ef446f","#c663a6"]});
return _2.Bahamation;
});