aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: ->