Fix: type error

This commit is contained in:
eight 2018-10-04 17:18:38 +08:00
parent 3af310c341
commit dd2b8ed091

View File

@ -240,7 +240,7 @@ var prefs = (() => {
function syncPrefs() { function syncPrefs() {
// FIXME: we always set the entire object? Ideally, this should only use `changes`. // FIXME: we always set the entire object? Ideally, this should only use `changes`.
chrome.sync.set('settings', values); chrome.storage.sync.set({settings: values});
} }
function equal(a, b) { function equal(a, b) {