aboutsummaryrefslogtreecommitdiff
path: root/ext/bg
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-04-13 18:55:19 -0400
committerGitHub <noreply@github.com>2020-04-13 18:55:19 -0400
commitbf971be15bf8787f992f03bb5943e3ee32c1583a (patch)
treedd034440354a85920822984848b4cc5e4fc0aac0 /ext/bg
parent02d815f3f4ece48bab1ba0aa8c650459a4698930 (diff)
parentd164fc6f6255ecbfc9c120f52af7983e46ed4c51 (diff)
Merge pull request #444 from toasted-nutbread/unused-globals
Check for unused globals as part of CI
Diffstat (limited to 'ext/bg')
-rw-r--r--ext/bg/js/backend.js1
-rw-r--r--ext/bg/js/database.js3
2 files changed, 0 insertions, 4 deletions
diff --git a/ext/bg/js/backend.js b/ext/bg/js/backend.js
index be8ea322..eb1f3e7b 100644
--- a/ext/bg/js/backend.js
+++ b/ext/bg/js/backend.js
@@ -30,7 +30,6 @@
* Translator
* conditionsTestValue
* dictConfigured
- * dictEnabledSet
* dictTermsSort
* handlebarsRenderDynamic
* jp
diff --git a/ext/bg/js/database.js b/ext/bg/js/database.js
index ad4e3bad..260c815a 100644
--- a/ext/bg/js/database.js
+++ b/ext/bg/js/database.js
@@ -16,10 +16,7 @@
*/
/* global
- * JSZip
- * JsonSchema
* dictFieldSplit
- * requestJson
*/
class Database {