mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-08 01:00:58 +02:00
8 lines
159 B
JavaScript
8 lines
159 B
JavaScript
define("dojo/cache", ["./_base/kernel", "./text"], function(dojo){
|
|
// module:
|
|
// dojo/cache
|
|
|
|
// dojo.cache is defined in dojo/text
|
|
return dojo.cache;
|
|
});
|