source: Dev/trunk/src/client/dojox/widget/gauge/BarIndicator.js

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 154 bytes
Line 
1dojo.provide('dojox.widget.gauge.BarIndicator');
2dojo.require('dojox.gauges.BarIndicator');
3
4dojox.widget.gauge.BarIndicator = dojox.gauges.BarIndicator;
Note: See TracBrowser for help on using the repository browser.