diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-01-15 22:17:49 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-01-15 22:17:49 -0800 |
commit | e8840465f07f09fbb9acb6071b94489f02ecd87f (patch) | |
tree | a0a4a8bd5ba2783b730e104bbbadd8c1d9975eb7 /ext/bg/js/database.js | |
parent | eae885b9aae58c587e12ec3992b751d79dfc7bd2 (diff) |
WIP
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 b74a59a0..7dc533e3 100644 --- a/ext/bg/js/database.js +++ b/ext/bg/js/database.js @@ -65,7 +65,7 @@ class Database { }); } - findTerm(term, dictionaries) { + findTerms(term, dictionaries) { if (this.db === null) { return Promise.reject('database not initialized'); } |