From cbc929e808e18ca3f52f834c45703662ea28782d Mon Sep 17 00:00:00 2001 From: Jez Ng Date: Sat, 3 Nov 2012 13:47:15 -0400 Subject: scrollStepSize migration will now be done in v1.43. --- background_scripts/settings.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) -- cgit v1.2.3