summaryrefslogtreecommitdiff
path: root/lib/dojo/cache.js.uncompressed.js
blob: 6c56428724ee5ae98d1a87156388c8ea4221a711 (plain)
1
2
3
4
5
6
7
8
9
define("dojo/cache", ["./_base/kernel", "./text"], function(dojo, text){
	// module:
	//		dojo/cache
	// summary:
	//		The module defines dojo.cache by loading dojo/text.

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