mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:45:56 +00:00
10 lines
165 B
JavaScript
10 lines
165 B
JavaScript
require(['dojo/_base/kernel', 'dojo/ready'], function (dojo, ready) {
|
|
ready(function () {
|
|
hash_set = function () {
|
|
};
|
|
hash_get = function () {
|
|
};
|
|
});
|
|
});
|
|
|