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:
311 bytes
|
Line | |
---|
1 | // backward compatibility for dojox.widget.AnalogGauge |
---|
2 | dojo.provide("dojox.widget.AnalogGauge"); |
---|
3 | dojo.require("dojox.widget.gauge._Gauge"); |
---|
4 | |
---|
5 | dojo.require("dojox.gauges.AnalogGauge"); |
---|
6 | dojox.widget.AnalogGauge = dojox.gauges.AnalogGauge; |
---|
7 | dojox.widget.gauge.AnalogLineIndicator = dojox.gauges.AnalogLineIndicator; |
---|
Note: See
TracBrowser
for help on using the repository browser.