ttrss/lib/dojo/cache.js.uncompressed.js

8 lines
159 B
JavaScript
Raw Normal View History

2013-03-18 06:26:24 +00:00
define("dojo/cache", ["./_base/kernel", "./text"], function(dojo){
// module:
// dojo/cache
// dojo.cache is defined in dojo/text
return dojo.cache;
});