aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJez Ng2012-11-03 13:47:15 -0400
committerJez Ng2012-11-03 13:47:15 -0400
commitcbc929e808e18ca3f52f834c45703662ea28782d (patch)
tree244b93dcb94b14540366240d7a2168a1757abaf8
parente0cd165b247b21f9776d560a4451991f0c627908 (diff)
downloadvimium-cbc929e808e18ca3f52f834c45703662ea28782d.tar.bz2
scrollStepSize migration will now be done in v1.43.
-rw-r--r--background_scripts/settings.coffee2
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())