aboutsummaryrefslogtreecommitdiff
path: root/includes/js/dojox/charting/tests/charting.js
diff options
context:
space:
mode:
Diffstat (limited to 'includes/js/dojox/charting/tests/charting.js')
-rw-r--r--includes/js/dojox/charting/tests/charting.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/includes/js/dojox/charting/tests/charting.js b/includes/js/dojox/charting/tests/charting.js
new file mode 100644
index 0000000..500f354
--- /dev/null
+++ b/includes/js/dojox/charting/tests/charting.js
@@ -0,0 +1,12 @@
+if(!dojo._hasResource["dojox.charting.tests.charting"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
+dojo._hasResource["dojox.charting.tests.charting"] = true;
+dojo.provide("dojox.charting.tests.charting");
+
+try{
+ dojo.require("dojox.charting.tests._color");
+ dojo.require("dojox.charting.tests.Theme");
+}catch(e){
+ doh.debug(e);
+}
+
+}