blob: a6e203be0ee5b8bc9a611a59dd7dcfa563ca7601 (
plain)
1
2
3
4
5
6
7
8
9
|
//>>built
// wrapped by build app
define("dojox/widget/gauge/BarIndicator", ["dijit","dojo","dojox","dojo/require!dojox/gauges/BarIndicator"], function(dijit,dojo,dojox){
dojo.provide('dojox.widget.gauge.BarIndicator');
dojo.require('dojox.gauges.BarIndicator');
dojox.widget.gauge.BarIndicator = dojox.gauges.BarIndicator;
});
|