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