diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-08-26 12:20:04 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-08-26 12:20:04 -0700 |
commit | 643e6204dc03da553f06dced2b94f85bdf1d271f (patch) | |
tree | d17f7e573da99be3b9020d582aad42275210eba0 /ext/bg/js | |
parent | 18321ee4ed3e1254ebea5d81d1f99e4963595e8d (diff) |
cleanup
Diffstat (limited to 'ext/bg/js')
-rw-r--r-- | ext/bg/js/dictionary.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/bg/js/dictionary.js b/ext/bg/js/dictionary.js index 3ce3fd05..78240157 100644 --- a/ext/bg/js/dictionary.js +++ b/ext/bg/js/dictionary.js @@ -137,8 +137,7 @@ function dictTermsGroup(definitions, dictionaries) { reading: firstDef.reading, reasons: firstDef.reasons, score: groupDefs.reduce((p, v) => v.score > p ? v.score : p, Number.MIN_SAFE_INTEGER), - source: firstDef.source, - furigana: firstDef.furigana + source: firstDef.source }); } |