diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-12-18 12:07:01 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-12-18 12:07:01 -0800 |
commit | 5eb1e4842fbd7e48b4acd2de7fabe07c06a71b39 (patch) | |
tree | 5e890b139f177ebd1c27ac888b3d0fbcb3352019 /ext/bg/js | |
parent | 9395d467120c3a6ef2d0b50d19a9bf46d0f7fa7d (diff) |
.
Diffstat (limited to 'ext/bg/js')
-rw-r--r-- | ext/bg/js/database.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bg/js/database.js b/ext/bg/js/database.js index a2e334fc..73acd1ae 100644 --- a/ext/bg/js/database.js +++ b/ext/bg/js/database.js @@ -94,8 +94,8 @@ class Database { onyomi: splitField(row.onyomi), kunyomi: splitField(row.kunyomi), tags: splitField(row.tags), - dictionary: row.dictionary, - glossary: row.meanings + glossary: row.meanings, + dictionary: row.dictionary }); } }).then(() => { |