9 lines
188 B
JavaScript
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;
|
|
}); |