image.js 178 B

12345678
  1. define("dojox/image", ["./image/_base"], function(image){
  2. /*=====
  3. dojox.image = {
  4. // summary: Collection of image-related widgets and controls
  5. };
  6. =====*/
  7. return image;
  8. });