summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/widget/gauge/_Gauge.js
blob: ff3237dfcbd574a4eba3e613123f5b8c347318dd (plain)
1
2
3
4
5
6
7
8
9
10
11
//>>built
// wrapped by build app
define("dojox/widget/gauge/_Gauge", ["dijit","dojo","dojox","dojo/require!dojox/gauges/_Gauge"], function(dijit,dojo,dojox){
dojo.provide("dojox.widget.gauge._Gauge");
dojo.require("dojox.gauges._Gauge");

dojox.widget.gauge._Gauge = dojox.gauges._Gauge;
dojox.widget.gauge.Range = dojox.gauges.Range;
dojox.widget.gauge._indicator = dojox.gauges._indicator;

});