source: Dev/trunk/src/client/dojox/dgauges/IndicatorBase.js @ 529

Last change on this file since 529 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

  • Property svn:executable set to *
File size: 339 bytes
Line 
1define(["dojo/_base/declare", "dojox/widget/_Invalidating"], function(declare, _Invalidating){
2        return declare("dojox.dgauges.IndicatorBase", _Invalidating, {
3                // summary:
4                //              The base class for indicators. Basically, an indicator is used to render a value.
5
6                // value: Number
7                //              The value of this indicator.
8                value: null
9        });
10});
Note: See TracBrowser for help on using the repository browser.