summaryrefslogtreecommitdiff
path: root/ext/bg
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bg')
-rw-r--r--ext/bg/js/translator.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/translator.js b/ext/bg/js/translator.js
index 70b01ce3..4394e172 100644
--- a/ext/bg/js/translator.js
+++ b/ext/bg/js/translator.js
@@ -67,7 +67,7 @@ class Translator {
const definitionsMerged = [];
const mergedByTermIndices = new Set();
for (const sequence in definitionsBySequence) {
- if (!(sequence > 0)) {
+ if (!(sequence >= 0)) {
continue;
}