From 5daf2accf4d6628131cd8e054ca6258a669eb715 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 4 Mar 2017 20:10:49 -0800 Subject: wip --- ext/bg/js/options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/bg/js') diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js index eb8e32d8..5f564b33 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -187,7 +187,7 @@ function onDictionaryPurge(e) { return optionsLoad(); }).then(options => { options.dictionaries = {}; - return optionsSave(options).then(populateDictionaries); + return optionsSave(options).then(() => populateDictionaries(options)); }); } -- cgit v1.2.3