BarIndicator.js 320 B

12345678
  1. // wrapped by build app
  2. define("dojox/widget/gauge/BarIndicator", ["dijit","dojo","dojox","dojo/require!dojox/gauges/BarIndicator"], function(dijit,dojo,dojox){
  3. dojo.provide('dojox.widget.gauge.BarIndicator');
  4. dojo.require('dojox.gauges.BarIndicator');
  5. dojox.widget.gauge.BarIndicator = dojox.gauges.BarIndicator;
  6. });