From e37f8cfa7817bb4d9f7330838542666b74e52b94 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 4 Jun 2020 19:50:13 +0300 Subject: don't use declare() for static objects with no inheritance because apparently it's not actually needed by AMD --- js/tt-rss.js | 6 ------ 1 file changed, 6 deletions(-) (limited to 'js/tt-rss.js') 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 = {}; -- cgit v1.2.3