webui-aria2/js/libs/dojo/cache.js.uncompressed.js

11 lines
244 B
JavaScript
Raw Normal View History

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