diff options
| -rw-r--r-- | background_scripts/commands.coffee | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index 10d20753..9348e3c5 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -113,6 +113,7 @@ 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. |
