diff options
| author | Stephen Blott | 2014-04-19 14:27:34 +0100 |
|---|---|---|
| committer | Stephen Blott | 2014-04-19 14:27:34 +0100 |
| commit | 5398abdb0af3b0d7938c8b34bfda762c5995d427 (patch) | |
| tree | 0e288b9dbfed876531c24af523bb213cddb88ae6 /background_scripts/sync.coffee | |
| parent | 0ff5b7a8ead8ad9051f0a9ba4a9667f07c9c38ac (diff) | |
| download | vimium-5398abdb0af3b0d7938c8b34bfda762c5995d427.tar.bz2 | |
Fix sync.init.
Diffstat (limited to 'background_scripts/sync.coffee')
| -rw-r--r-- | background_scripts/sync.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/sync.coffee b/background_scripts/sync.coffee index dfa260b5..4413a748 100644 --- a/background_scripts/sync.coffee +++ b/background_scripts/sync.coffee @@ -34,7 +34,7 @@ root.Sync = Sync = chrome.storage.onChanged.addListener (changes, area) -> Sync.listener changes, area init: -> - chrome.storage.onChanged.addListener (changes, area) -> Sync.listener changes, area + @pull() # Asynchronous fetch from synced storage, called only at startup. pull: -> |
