diff options
Diffstat (limited to 'background_scripts/commands.coffee')
| -rw-r--r-- | background_scripts/commands.coffee | 1 | 
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. | 
