summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/image.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo/dojox/image.js')
-rw-r--r--js/dojo/dojox/image.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/js/dojo/dojox/image.js b/js/dojo/dojox/image.js
new file mode 100644
index 0000000..cc1a552
--- /dev/null
+++ b/js/dojo/dojox/image.js
@@ -0,0 +1,9 @@
+//>>built
+define("dojox/image", ["./image/_base"], function(image){
+ /*=====
+ dojox.image = {
+ // summary: Collection of image-related widgets and controls
+ };
+ =====*/
+ return image;
+}); \ No newline at end of file