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

6 lines
227 B
JavaScript

//>>built
define("dojox/charting/themes/Grasshopper",["dojo/_base/lang","../Theme","./common"],function(_1,_2,_3){
_3.Grasshopper=new _2({colors:["#208040","#40b657","#78c25e","#14401f","#64bd5f"]});
return _3.Grasshopper;
});