6 lines
191 B
JavaScript
Raw Normal View History

2012-06-19 12:07:43 +10:00
//>>built
define("dojox/charting/themes/Dollar",["../Theme","./common"],function(_1,_2){
_2.Dollar=new _1({colors:["#A4CE67","#739363","#6B824A","#343434","#636563"]});
return _2.Dollar;
});