aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/js/dictionary.js
diff options
context:
space:
mode:
authorsiikamiika <siikamiika@users.noreply.github.com>2017-10-05 06:56:45 +0300
committersiikamiika <siikamiika@users.noreply.github.com>2017-10-05 06:56:45 +0300
commit72fe83d353f83d0559f9c53e7e18f609805d6fd6 (patch)
tree591f92a8957da39e48b27d9eb3f2959aef901e88 /ext/bg/js/dictionary.js
parentcfad3b309976213c45f99bef3b8fad072c6bb9ec (diff)
merged mode: merge other results with main dict
Diffstat (limited to 'ext/bg/js/dictionary.js')
-rw-r--r--ext/bg/js/dictionary.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/dictionary.js b/ext/bg/js/dictionary.js
index c20df400..41c90b1c 100644
--- a/ext/bg/js/dictionary.js
+++ b/ext/bg/js/dictionary.js
@@ -89,7 +89,7 @@ function dictTermsSort(definitions, dictionaries=null) {
return 1;
}
- return v2.expression.localeCompare(v1.expression);
+ return v2.expression.toString().localeCompare(v1.expression.toString());
});
}