diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-11-07 08:24:39 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-11-07 08:24:39 -0800 |
commit | c11b24cb37948c9cf7dc91c97cdc01ba65db875b (patch) | |
tree | e619fdbad565f23b8041d8d6af3f87bbdf8328cd /ext/bg/js/dictionary.js | |
parent | 8c22f53f3e770840316b3fd2e840ffe06771a8d4 (diff) |
Cleanup
Diffstat (limited to 'ext/bg/js/dictionary.js')
-rw-r--r-- | ext/bg/js/dictionary.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/dictionary.js b/ext/bg/js/dictionary.js index 7a95561c..a7bca2f1 100644 --- a/ext/bg/js/dictionary.js +++ b/ext/bg/js/dictionary.js @@ -153,7 +153,7 @@ class Dictionary { }); } - importDb(indexUrl, callback) { + importDictionary(indexUrl, callback) { if (this.db === null) { return Promise.reject('database not initialized'); } |