aboutsummaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-12-12 14:47:17 -0500
committerGitHub <noreply@github.com>2020-12-12 14:47:17 -0500
commit92cfd31c0faf333c3affb2c9a7b14c4960cf156a (patch)
treea8280f30a5f695d29fbc53c91ef9e40a1961a4f3 /ext
parentfe16793779cc6ee2ecb1785e58aae10569692bc2 (diff)
Fix global declarations check (#1101)
* Fix getSubstringCount not properly checking word boundaries * Remove unused global declarations
Diffstat (limited to 'ext')
-rw-r--r--ext/bg/js/settings/anki-templates-controller.js1
-rw-r--r--ext/bg/js/settings/backup-controller.js1
-rw-r--r--ext/bg/js/settings/dictionary-controller.js1
-rw-r--r--ext/bg/js/settings/dictionary-import-controller.js1
-rw-r--r--ext/bg/js/settings/popup-preview-frame.js1
-rw-r--r--ext/bg/js/settings/profile-controller.js1
6 files changed, 0 insertions, 6 deletions
diff --git a/ext/bg/js/settings/anki-templates-controller.js b/ext/bg/js/settings/anki-templates-controller.js
index 3ac4fa9e..edf6f2c8 100644
--- a/ext/bg/js/settings/anki-templates-controller.js
+++ b/ext/bg/js/settings/anki-templates-controller.js
@@ -17,7 +17,6 @@
/* global
* AnkiNoteBuilder
- * Modal
* TemplateRendererProxy
* api
*/
diff --git a/ext/bg/js/settings/backup-controller.js b/ext/bg/js/settings/backup-controller.js
index 8f24bdb4..b37dd91d 100644
--- a/ext/bg/js/settings/backup-controller.js
+++ b/ext/bg/js/settings/backup-controller.js
@@ -17,7 +17,6 @@
/* global
* DictionaryController
- * Modal
* OptionsUtil
* api
*/
diff --git a/ext/bg/js/settings/dictionary-controller.js b/ext/bg/js/settings/dictionary-controller.js
index db3ebb22..d2ff831f 100644
--- a/ext/bg/js/settings/dictionary-controller.js
+++ b/ext/bg/js/settings/dictionary-controller.js
@@ -17,7 +17,6 @@
/* global
* DictionaryDatabase
- * Modal
* ObjectPropertyAccessor
* api
*/
diff --git a/ext/bg/js/settings/dictionary-import-controller.js b/ext/bg/js/settings/dictionary-import-controller.js
index 22146ec1..1c306c78 100644
--- a/ext/bg/js/settings/dictionary-import-controller.js
+++ b/ext/bg/js/settings/dictionary-import-controller.js
@@ -18,7 +18,6 @@
/* global
* DictionaryDatabase
* DictionaryImporter
- * Modal
* ObjectPropertyAccessor
* api
*/
diff --git a/ext/bg/js/settings/popup-preview-frame.js b/ext/bg/js/settings/popup-preview-frame.js
index 8225ecb8..e3d598d9 100644
--- a/ext/bg/js/settings/popup-preview-frame.js
+++ b/ext/bg/js/settings/popup-preview-frame.js
@@ -17,7 +17,6 @@
/* global
* Frontend
- * Popup
* TextSourceRange
* api
* wanakana
diff --git a/ext/bg/js/settings/profile-controller.js b/ext/bg/js/settings/profile-controller.js
index aa74b419..4e0782d6 100644
--- a/ext/bg/js/settings/profile-controller.js
+++ b/ext/bg/js/settings/profile-controller.js
@@ -16,7 +16,6 @@
*/
/* global
- * Modal
* ProfileConditionsUI
* api
*/