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