summaryrefslogtreecommitdiff
path: root/lib/dojo/cache.js.uncompressed.js
blob: 1bd2310afd18063d7d396e95c6a7e33b4d54aefc (plain)
1
2
3
4
5
6
7
define("dojo/cache", ["./_base/kernel", "./text"], function(dojo){
	// module:
	//		dojo/cache

	// dojo.cache is defined in dojo/text
	return dojo.cache;
});