1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-06 13:30:51 +02:00
ttrss/lib/dojo/cache.js.uncompressed.js

8 lines
159 B
JavaScript
Raw Normal View History

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