aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts
diff options
context:
space:
mode:
authorStephen Blott2014-04-19 14:27:34 +0100
committerStephen Blott2014-04-19 14:27:34 +0100
commit5398abdb0af3b0d7938c8b34bfda762c5995d427 (patch)
tree0e288b9dbfed876531c24af523bb213cddb88ae6 /background_scripts
parent0ff5b7a8ead8ad9051f0a9ba4a9667f07c9c38ac (diff)
downloadvimium-5398abdb0af3b0d7938c8b34bfda762c5995d427.tar.bz2
Fix sync.init.
Diffstat (limited to 'background_scripts')
-rw-r--r--background_scripts/sync.coffee2
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: ->