summaryrefslogtreecommitdiffstatshomepage
path: root/includes/js/dojox/charting/themes/GreySkies.js
diff options
context:
space:
mode:
Diffstat (limited to 'includes/js/dojox/charting/themes/GreySkies.js')
-rw-r--r--includes/js/dojox/charting/themes/GreySkies.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/includes/js/dojox/charting/themes/GreySkies.js b/includes/js/dojox/charting/themes/GreySkies.js
new file mode 100644
index 0000000..da96edc
--- /dev/null
+++ b/includes/js/dojox/charting/themes/GreySkies.js
@@ -0,0 +1,11 @@
+if(!dojo._hasResource["dojox.charting.themes.GreySkies"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
+dojo._hasResource["dojox.charting.themes.GreySkies"] = true;
+dojo.provide("dojox.charting.themes.GreySkies");
+dojo.require("dojox.charting.Theme");
+
+(function(){
+ var dxc=dojox.charting;
+ dxc.themes.GreySkies=new dxc.Theme(dxc.Theme._def);
+})();
+
+}