diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-09-13 17:30:45 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-09-13 17:30:45 -0700 |
commit | 04f9a0f54316d123628168aa5a15e8e48907d783 (patch) | |
tree | 162c35e42bd40e63b4e398afdb594575ce2714fb /ext/bg/js/database.js | |
parent | 4d4b819d6c197df6e0f91ba170d0ee909dfcb5c9 (diff) |
cleanup
Diffstat (limited to 'ext/bg/js/database.js')
-rw-r--r-- | ext/bg/js/database.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/database.js b/ext/bg/js/database.js index 1b171b03..630243b2 100644 --- a/ext/bg/js/database.js +++ b/ext/bg/js/database.js @@ -154,7 +154,7 @@ class Database { return result; } - async getDictionaries() { + async getTitles() { if (this.db) { return this.db.dictionaries.toArray(); } else { |