Last change
on this file since 256 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
File size:
289 bytes
|
Line | |
---|
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.