diff options
Diffstat (limited to 'js/dojo-1.7.2/dojox/widget/gauge/_Gauge.js')
| -rw-r--r-- | js/dojo-1.7.2/dojox/widget/gauge/_Gauge.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/widget/gauge/_Gauge.js b/js/dojo-1.7.2/dojox/widget/gauge/_Gauge.js new file mode 100644 index 0000000..ff3237d --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/gauge/_Gauge.js @@ -0,0 +1,11 @@ +//>>built +// wrapped by build app +define("dojox/widget/gauge/_Gauge", ["dijit","dojo","dojox","dojo/require!dojox/gauges/_Gauge"], function(dijit,dojo,dojox){ +dojo.provide("dojox.widget.gauge._Gauge"); +dojo.require("dojox.gauges._Gauge"); + +dojox.widget.gauge._Gauge = dojox.gauges._Gauge; +dojox.widget.gauge.Range = dojox.gauges.Range; +dojox.widget.gauge._indicator = dojox.gauges._indicator; + +}); |
