summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojo/cache.js
blob: c6ff26065f20506d0c710f64be6bec13f0e28a79 (plain)
1
2
3
4
5
6
7
8
9
10
//>>built
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;
});