summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/widget/BarGauge.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo/dojox/widget/BarGauge.js')
-rw-r--r--js/dojo/dojox/widget/BarGauge.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/js/dojo/dojox/widget/BarGauge.js b/js/dojo/dojox/widget/BarGauge.js
new file mode 100644
index 0000000..e0f65ed
--- /dev/null
+++ b/js/dojo/dojox/widget/BarGauge.js
@@ -0,0 +1,11 @@
+//>>built
+// wrapped by build app
+define("dojox/widget/BarGauge", ["dijit","dojo","dojox","dojo/require!dojox/widget/gauge/_Gauge,dojox/gauges/BarGauge"], function(dijit,dojo,dojox){
+// backward compatibility for dojox.widget.BarGauge
+dojo.provide("dojox.widget.BarGauge");
+dojo.require("dojox.widget.gauge._Gauge");
+dojo.require("dojox.gauges.BarGauge");
+dojox.widget.BarGauge = dojox.gauges.BarGauge;
+dojox.widget.gauge.BarLineIndicator = dojox.gauges.BarLineIndicator;
+
+});