summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/charting/themes/common.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo/dojox/charting/themes/common.js')
-rw-r--r--js/dojo/dojox/charting/themes/common.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/dojo/dojox/charting/themes/common.js b/js/dojo/dojox/charting/themes/common.js
new file mode 100644
index 0000000..7e2fd65
--- /dev/null
+++ b/js/dojo/dojox/charting/themes/common.js
@@ -0,0 +1,4 @@
+//>>built
+define("dojox/charting/themes/common", ["dojo/_base/lang"], function(lang){
+ return lang.getObject("dojox.charting.themes", true);
+});