aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-12-18 12:07:01 -0800
committerAlex Yatskov <alex@foosoft.net>2016-12-18 12:07:01 -0800
commit5eb1e4842fbd7e48b4acd2de7fabe07c06a71b39 (patch)
tree5e890b139f177ebd1c27ac888b3d0fbcb3352019
parent9395d467120c3a6ef2d0b50d19a9bf46d0f7fa7d (diff)
.
-rw-r--r--ext/bg/js/database.js4
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(() => {