diff options
| author | Stephen Blott | 2015-06-03 15:27:45 +0100 |
|---|---|---|
| committer | Stephen Blott | 2015-06-03 15:27:45 +0100 |
| commit | 291e7fd67de9e1c4bd0bc5048ab7344424f19b30 (patch) | |
| tree | 94a39135c02e7d2a6d8822ad8a618463b9f1c0e4 /background_scripts | |
| parent | e79fe062bc84b1530ec266a12f9323aa53cb89e4 (diff) | |
| download | vimium-291e7fd67de9e1c4bd0bc5048ab7344424f19b30.tar.bz2 | |
Re-implement Marks, incl `` binding.
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 64ec36be..b9ab274c 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -30,7 +30,7 @@ Commands = return options ?= [] - @keyToCommandRegistry[key] = extend { command, options }, @availableCommands[command] + @keyToCommandRegistry[key] = extend { command, options, key }, @availableCommands[command] # Lower-case the appropriate portions of named keys. # |
