diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-12-12 14:47:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-12 14:47:17 -0500 |
commit | 92cfd31c0faf333c3affb2c9a7b14c4960cf156a (patch) | |
tree | a8280f30a5f695d29fbc53c91ef9e40a1961a4f3 /ext/bg/js/settings/dictionary-import-controller.js | |
parent | fe16793779cc6ee2ecb1785e58aae10569692bc2 (diff) |
Fix global declarations check (#1101)
* Fix getSubstringCount not properly checking word boundaries
* Remove unused global declarations
Diffstat (limited to 'ext/bg/js/settings/dictionary-import-controller.js')
-rw-r--r-- | ext/bg/js/settings/dictionary-import-controller.js | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |