summaryrefslogtreecommitdiff
path: root/js/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-06-04 19:50:13 +0300
committerAndrew Dolgov <[email protected]>2020-06-04 19:50:13 +0300
commite37f8cfa7817bb4d9f7330838542666b74e52b94 (patch)
treed90c2f76ea70d928a5d751bad9263b20d47d39b1 /js/tt-rss.js
parent06cc6e3a2a042c5c4ccee136f3365eabee5376a7 (diff)
don't use declare() for static objects with no inheritance because apparently it's not actually needed by AMD
Diffstat (limited to 'js/tt-rss.js')
-rw-r--r--js/tt-rss.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/js/tt-rss.js b/js/tt-rss.js
index 7c325cedf..2e6fe437f 100644
--- a/js/tt-rss.js
+++ b/js/tt-rss.js
@@ -2,12 +2,6 @@
/* global dijit,__ */
let App;
-let CommonDialogs;
-let Filters;
-let Feeds;
-let Headlines;
-let Article;
-let PluginHost;
const Plugins = {};