webui-aria2/js/libs/dojox/image.js.uncompressed.js

9 lines
188 B
JavaScript
Raw Normal View History

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