summaryrefslogtreecommitdiff
path: root/ext/bg/js/backend.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bg/js/backend.js')
-rw-r--r--ext/bg/js/backend.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/bg/js/backend.js b/ext/bg/js/backend.js
index d1d25153..c3e3339c 100644
--- a/ext/bg/js/backend.js
+++ b/ext/bg/js/backend.js
@@ -1650,7 +1650,7 @@ class Backend {
const {wildcard} = details;
const enabledDictionaryMap = this._getTranslatorEnabledDictionaryMap(options);
const {
- general: {compactTags, mainDictionary},
+ general: {mainDictionary},
scanning: {alphanumeric},
translation: {
convertHalfWidthCharacters,
@@ -1663,7 +1663,6 @@ class Backend {
} = options;
return {
wildcard,
- compactTags,
mainDictionary,
alphanumeric,
convertHalfWidthCharacters,