tt-rss/lib/dojo/cache.js.uncompressed.js

10 lines
234 B
JavaScript
Raw Normal View History

2012-08-14 16:59:10 +02:00
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;
});