summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/image.js
blob: cc1a552111753068839d180f4de383993bc6c7b2 (plain)
1
2
3
4
5
6
7
8
9
//>>built
define("dojox/image", ["./image/_base"], function(image){
	/*=====
	dojox.image = {
		// summary: Collection of image-related widgets and controls
	};
	=====*/
	return image;
});