From c11b24cb37948c9cf7dc91c97cdc01ba65db875b Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Mon, 7 Nov 2016 08:24:39 -0800 Subject: Cleanup --- ext/bg/js/dictionary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/bg/js/dictionary.js') 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'); } -- cgit v1.2.3