aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/js/dictionary.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bg/js/dictionary.js')
-rw-r--r--ext/bg/js/dictionary.js2
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');
}