Really fix $.sync.
This commit is contained in:
parent
3ba1bd247d
commit
aa9d0cf7c5
@ -319,7 +319,7 @@ chrome.storage.onChanged.addListener (changes, area) ->
|
|||||||
newValue = $.oldValue.local[key] ? $.oldValue.sync[key]
|
newValue = $.oldValue.local[key] ? $.oldValue.sync[key]
|
||||||
cb = $.syncing[key]
|
cb = $.syncing[key]
|
||||||
if cb and JSON.stringify(newValue) isnt JSON.stringify(oldValue)
|
if cb and JSON.stringify(newValue) isnt JSON.stringify(oldValue)
|
||||||
cb changes[key].newValue, key
|
cb newValue, key
|
||||||
return
|
return
|
||||||
$.sync = (key, cb) ->
|
$.sync = (key, cb) ->
|
||||||
$.syncing[key] = cb
|
$.syncing[key] = cb
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user