This commit is contained in:
Alex Yatskov 2017-08-26 12:20:04 -07:00
parent 18321ee4ed
commit 643e6204dc

View File

@ -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
});
}