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/util.js | |
parent | 4d4b819d6c197df6e0f91ba170d0ee909dfcb5c9 (diff) |
cleanup
Diffstat (limited to 'ext/bg/js/util.js')
-rw-r--r-- | ext/bg/js/util.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bg/js/util.js b/ext/bg/js/util.js index a92fd0bc..f44582eb 100644 --- a/ext/bg/js/util.js +++ b/ext/bg/js/util.js @@ -42,8 +42,8 @@ function utilAnkiGetModelFieldNames(modelName) { return utilBackend().anki.getModelFieldNames(modelName); } -function utilDatabaseGetDictionaries() { - return utilBackend().translator.database.getDictionaries(); +function utilDatabaseGetTitles() { + return utilBackend().translator.database.getTitles(); } function utilDatabasePurge() { |