source:
Dev/trunk/src/client/dojox/widget/BarGauge.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 289 bytes |
Rev | Line | |
---|---|---|
[483] | 1 | // backward compatibility for dojox.widget.BarGauge |
2 | dojo.provide("dojox.widget.BarGauge"); | |
3 | dojo.require("dojox.widget.gauge._Gauge"); | |
4 | dojo.require("dojox.gauges.BarGauge"); | |
5 | dojox.widget.BarGauge = dojox.gauges.BarGauge; | |
6 | dojox.widget.gauge.BarLineIndicator = dojox.gauges.BarLineIndicator; |
Note: See TracBrowser
for help on using the repository browser.