tt-rss/lib/dojo/cache.js.uncompressed.js
2012-08-14 18:59:18 +04:00

9 lines
234 B
JavaScript

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