]> git.pond.sub.org Git - eow/blobdiff - static/dojo-release-1.1.1/dojox/charting/themes/GreySkies.js
add Dojo 1.1.1
[eow] / static / dojo-release-1.1.1 / dojox / charting / themes / GreySkies.js
diff --git a/static/dojo-release-1.1.1/dojox/charting/themes/GreySkies.js b/static/dojo-release-1.1.1/dojox/charting/themes/GreySkies.js
new file mode 100644 (file)
index 0000000..da96edc
--- /dev/null
@@ -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);
+})();
+
+}