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

6 lines
191 B
JavaScript

//>>built
define("dojox/charting/themes/Dollar",["../Theme","./common"],function(_1,_2){
_2.Dollar=new _1({colors:["#A4CE67","#739363","#6B824A","#343434","#636563"]});
return _2.Dollar;
});