diff options
| -rw-r--r-- | background_scripts/settings.coffee | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/background_scripts/settings.coffee b/background_scripts/settings.coffee index 812fc775..aed509e4 100644 --- a/background_scripts/settings.coffee +++ b/background_scripts/settings.coffee @@ -18,8 +18,10 @@ root.Settings = Settings = has: (key) -> key of localStorage + # options/options.(coffee|html) only handle booleans and strings; therefore + # all defaults must be booleans or strings defaults: - scrollStepSize: 60 + scrollStepSize: "60" linkHintCharacters: "sadfjklewcmpgh" filterLinkHints: false hideHud: false |
