webui-aria2/js/libs/dojo/cache.js.uncompressed.js
2012-05-01 19:52:07 +08:00

11 lines
244 B
JavaScript

//>>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;
});