New Kanjidic data

This commit is contained in:
Alex Yatskov 2016-08-05 22:14:54 -07:00
parent 02d679a461
commit 08d92a4ddb

View File

@ -79,9 +79,9 @@ class Dictionary {
const results = [];
for (let name in this.kanjiDicts) {
const def = this.kanjiDicts[name][kanji];
const def = this.kanjiDicts[name].c[kanji];
if (def) {
const [k, o, g] = def;
const [k, o, ...g] = def;
results.push({
character: kanji,
kunyomi: k.split(' '),