webui-aria2/js/libs/dojox/image.js.uncompressed.js
2012-05-01 19:52:07 +08:00

9 lines
188 B
JavaScript

//>>built
define("dojox/image", ["./image/_base"], function(image){
/*=====
dojox.image = {
// summary: Collection of image-related widgets and controls
};
=====*/
return image;
});