diff options
| author | Jez Ng | 2012-11-03 13:47:15 -0400 | 
|---|---|---|
| committer | Jez Ng | 2012-11-03 13:47:15 -0400 | 
| commit | cbc929e808e18ca3f52f834c45703662ea28782d (patch) | |
| tree | 244b93dcb94b14540366240d7a2168a1757abaf8 | |
| parent | e0cd165b247b21f9776d560a4451991f0c627908 (diff) | |
| download | vimium-cbc929e808e18ca3f52f834c45703662ea28782d.tar.bz2 | |
scrollStepSize migration will now be done in v1.43.
| -rw-r--r-- | background_scripts/settings.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/background_scripts/settings.coffee b/background_scripts/settings.coffee index 2eb7c1d6..2ebe1040 100644 --- a/background_scripts/settings.coffee +++ b/background_scripts/settings.coffee @@ -65,6 +65,6 @@ root.Settings = Settings =      settingsVersion: Utils.getCurrentVersion()  # We use settingsVersion to coordinate any necessary schema changes. -if Utils.compareVersions("1.41", Settings.get("settingsVersion")) != -1 +if Utils.compareVersions("1.42", Settings.get("settingsVersion")) != -1    Settings.set("scrollStepSize", parseFloat Settings.get("scrollStepSize"))  Settings.set("settingsVersion", Utils.getCurrentVersion()) | 
