diff options
| author | Caleb Spare | 2012-08-20 02:21:08 -0700 | 
|---|---|---|
| committer | Caleb Spare | 2012-08-20 04:11:08 -0700 | 
| commit | 541919f5097dd63a854a55d6e64bf4a115d95442 (patch) | |
| tree | 58e586b6286d98d2ad3bf10a4030643217a567c6 /options | |
| parent | 19ab4737b89780acd3d8238f102e633bdfe2a387 (diff) | |
| download | vimium-541919f5097dd63a854a55d6e64bf4a115d95442.tar.bz2 | |
[Options] Remove trailing whitespace.
Diffstat (limited to 'options')
| -rw-r--r-- | options/options.coffee | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/options/options.coffee b/options/options.coffee index 6300dbcd..0823bd4b 100644 --- a/options/options.coffee +++ b/options/options.coffee @@ -41,7 +41,7 @@ enableSaveButton = ->  # Saves options to localStorage.  saveOptions = -> -   +    # If the value is unchanged from the default, delete the preference from localStorage; this gives us    # the freedom to change the defaults in the future.    for fieldName in editableFields @@ -51,7 +51,7 @@ saveOptions = ->      else        fieldValue = field.value.trim()        field.value = fieldValue -     +      # If it's empty and not a field that we allow to be empty, restore to the default value      if not fieldValue and canBeEmptyFields.indexOf(fieldName) is -1        bgSettings.clear fieldName | 
