diff options
| author | Stephen Blott | 2015-06-04 16:36:00 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2015-06-04 16:38:22 +0100 | 
| commit | 89c3ab075994de9b11952784eb5752da445df576 (patch) | |
| tree | 2197f6e917dbeb782f707b9bbc5c297273a0487b /background_scripts | |
| parent | 2473475367411fdeb051a6752d0059e337ad09e3 (diff) | |
| download | vimium-89c3ab075994de9b11952784eb5752da445df576.tar.bz2 | |
Unwind passing key and registry entry for marks.
As suggested by @mrmr1993 in #1716.
Diffstat (limited to 'background_scripts')
| -rw-r--r-- | background_scripts/commands.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index b9ab274c..64ec36be 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -30,7 +30,7 @@ Commands =        return      options ?= [] -    @keyToCommandRegistry[key] = extend { command, options, key }, @availableCommands[command] +    @keyToCommandRegistry[key] = extend { command, options }, @availableCommands[command]    # Lower-case the appropriate portions of named keys.    # | 
