diff options
| -rw-r--r-- | ext/bg/js/translator.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ext/bg/js/translator.js b/ext/bg/js/translator.js index 81c2464b..6d5dd50a 100644 --- a/ext/bg/js/translator.js +++ b/ext/bg/js/translator.js @@ -460,7 +460,7 @@ class Translator {                  termList = [];                  expressionsUnique.push(expression);                  termsUnique.push(termList); -                termsUniqueMap[expression] = termList; +                termsUniqueMap.set(expression, termList);              }              termList.push(term); |