_Gauge.js 388 B

12345678910
  1. // wrapped by build app
  2. define("dojox/widget/gauge/_Gauge", ["dijit","dojo","dojox","dojo/require!dojox/gauges/_Gauge"], function(dijit,dojo,dojox){
  3. dojo.provide("dojox.widget.gauge._Gauge");
  4. dojo.require("dojox.gauges._Gauge");
  5. dojox.widget.gauge._Gauge = dojox.gauges._Gauge;
  6. dojox.widget.gauge.Range = dojox.gauges.Range;
  7. dojox.widget.gauge._indicator = dojox.gauges._indicator;
  8. });