aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/commands.coffee
diff options
context:
space:
mode:
authorStephen Blott2016-02-28 09:56:56 +0000
committerStephen Blott2016-03-05 05:38:30 +0000
commitf0c0a07a2dcb7c73f6aa93de166d8fa87e21f305 (patch)
tree7917e2c5f55091a677284f6d054e225358299d62 /background_scripts/commands.coffee
parent1ae95161b021fc9a64e139485b0dac047a874c0e (diff)
downloadvimium-f0c0a07a2dcb7c73f6aa93de166d8fa87e21f305.tar.bz2
Key bindings; reinstate keyToCommandRegistry.
... We need it for the help page.
Diffstat (limited to 'background_scripts/commands.coffee')
-rw-r--r--background_scripts/commands.coffee1
1 files changed, 0 insertions, 1 deletions
diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee
index de03136e..e32707ce 100644
--- a/background_scripts/commands.coffee
+++ b/background_scripts/commands.coffee
@@ -120,7 +120,6 @@ Commands =
currentMapping[key] = registryEntry
keys = rest
chrome.storage.local.set normalModeKeyStateMapping: keyMapping
- @keyToCommandRegistry = {} # We don't need this any more, so free up the memory.
# An ordered listing of all available commands, grouped by type. This is the order they will
# be shown in the help page.