diff options
| author | Stephen Blott | 2015-02-09 08:55:47 +0000 |
|---|---|---|
| committer | Stephen Blott | 2015-02-09 08:55:47 +0000 |
| commit | 88f6eab0908ee05e67f4883ca3419681e7de39ef (patch) | |
| tree | 472c61d367fdf7b6305198c2cd4185c0e422ef6a /background_scripts | |
| parent | 8991e7b16bdee88195851db8832707fc256e53fc (diff) | |
| download | vimium-88f6eab0908ee05e67f4883ca3419681e7de39ef.tar.bz2 | |
Propagate queries to incognito-mode tabs.
Diffstat (limited to 'background_scripts')
| -rw-r--r-- | background_scripts/settings.coffee | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/background_scripts/settings.coffee b/background_scripts/settings.coffee index 7430145c..f43bd4bc 100644 --- a/background_scripts/settings.coffee +++ b/background_scripts/settings.coffee @@ -116,6 +116,7 @@ root.Settings = Settings = settingsVersion: Utils.getCurrentVersion() + # We use settingsVersion to coordinate any necessary schema changes. if Utils.compareVersions("1.42", Settings.get("settingsVersion")) != -1 Settings.set("scrollStepSize", parseFloat Settings.get("scrollStepSize")) |
