summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/widget/gauge/_Gauge.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo/dojox/widget/gauge/_Gauge.js')
-rw-r--r--js/dojo/dojox/widget/gauge/_Gauge.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/js/dojo/dojox/widget/gauge/_Gauge.js b/js/dojo/dojox/widget/gauge/_Gauge.js
new file mode 100644
index 0000000..ff3237d
--- /dev/null
+++ b/js/dojo/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;
+
+});