Last change
on this file since 532 was
483,
checked in by hendrikvanantwerpen, 11 years ago
|
Added Dojo 1.9.3 release.
|
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.