aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/main.coffee
diff options
context:
space:
mode:
authorStephen Blott2015-05-29 12:47:23 +0100
committerStephen Blott2015-05-29 12:47:23 +0100
commitc5babceec0178f02233446d6a3ad4c19c176b564 (patch)
treee0475c5f97fa5e868863fe0cd609584fa14a152e /background_scripts/main.coffee
parentdf4bd23474beb6b59a712acfe8611292d1ce507d (diff)
parent5b24b564a42ac5533bbb031f24b07c42beebd65e (diff)
downloadvimium-c5babceec0178f02233446d6a3ad4c19c176b564.tar.bz2
Merge pull request #1599 from mrmr1993/settings-refactor
Separate Settings from the background page, and use it directly in options.html/popup.html
Diffstat (limited to 'background_scripts/main.coffee')
-rw-r--r--background_scripts/main.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee
index a13d9d98..edcdf3b2 100644
--- a/background_scripts/main.coffee
+++ b/background_scripts/main.coffee
@@ -744,5 +744,5 @@ chrome.windows.getAll { populate: true }, (windows) ->
chrome.tabs.sendMessage(tab.id, { name: "getScrollPosition" }, createScrollPositionHandler())
# Start pulling changes from synchronized storage.
-Sync.init()
+Settings.init()
showUpgradeMessage()