Skip to content

Commit dfb297b

Browse files
authored
some values need quotation marks
#294
1 parent cf2c13a commit dfb297b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Smoothfox.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Smoothfox *
44
* "Faber est suae quisque fortunae" *
55
* priority: better scrolling *
6-
* version: 126 *
6+
* version: 126.1 *
77
* url: https://github.com/yokoffing/Betterfox *
88
***************************************************************************************/
99

@@ -58,8 +58,8 @@ user_pref("general.smoothScroll.msdPhysics.enabled", true);
5858
user_pref("general.smoothScroll.msdPhysics.motionBeginSpringConstant", 600);
5959
user_pref("general.smoothScroll.msdPhysics.regularSpringConstant", 650);
6060
user_pref("general.smoothScroll.msdPhysics.slowdownMinDeltaMS", 25);
61-
user_pref("general.smoothScroll.msdPhysics.slowdownMinDeltaRatio", 2);
61+
user_pref("general.smoothScroll.msdPhysics.slowdownMinDeltaRatio", "2");
6262
user_pref("general.smoothScroll.msdPhysics.slowdownSpringConstant", 250);
63-
user_pref("general.smoothScroll.currentVelocityWeighting", 1);
64-
user_pref("general.smoothScroll.stopDecelerationWeighting", 1);
63+
user_pref("general.smoothScroll.currentVelocityWeighting", "1");
64+
user_pref("general.smoothScroll.stopDecelerationWeighting", "1");
6565
user_pref("mousewheel.default.delta_multiplier_y", 300); // 250-400; adjust this number to your liking

0 commit comments

Comments
 (0)