]> git.wh0rd.org - tt-rss.git/blob - plugins/no_url_hashes/init.js
plugins: use require() to hook into dojo
[tt-rss.git] / plugins / no_url_hashes / init.js
1 require(['dojo/_base/kernel', 'dojo/ready'], function (dojo, ready) {
2 ready(function () {
3 hash_set = function () {
4 };
5 hash_get = function () {
6 };
7 });
8 });
9