diff options
| author | Phil Crosby | 2014-04-30 00:42:42 -0700 |
|---|---|---|
| committer | Phil Crosby | 2014-04-30 00:42:42 -0700 |
| commit | fc23be221270dc11914244f5c93d900ad8e9225c (patch) | |
| tree | 9d676401ce359a28ef76a552e514db590cee3ecd /background_scripts/main.coffee | |
| parent | fa16722613cd60933258edac2c0aa1908fe387bd (diff) | |
| parent | db65721aa67b2de75b1e279f01e721676e83b448 (diff) | |
| download | vimium-fc23be221270dc11914244f5c93d900ad8e9225c.tar.bz2 | |
Merge branch 'smblott-github-sync-chrome-instances'
Conflicts:
tests/unit_tests/utils_test.coffee
Diffstat (limited to 'background_scripts/main.coffee')
| -rw-r--r-- | background_scripts/main.coffee | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee index 207cbccb..b2b4669c 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -599,3 +599,6 @@ chrome.windows.getAll { populate: true }, (windows) -> createScrollPositionHandler = -> (response) -> updateScrollPosition(tab, response.scrollX, response.scrollY) if response? chrome.tabs.sendMessage(tab.id, { name: "getScrollPosition" }, createScrollPositionHandler()) + +# Start pulling changes from synchronized storage. +Sync.init() |
