From f0c0a07a2dcb7c73f6aa93de166d8fa87e21f305 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sun, 28 Feb 2016 09:56:56 +0000 Subject: Key bindings; reinstate keyToCommandRegistry. ... We need it for the help page. --- background_scripts/commands.coffee | 1 - 1 file changed, 1 deletion(-) (limited to 'background_scripts/commands.coffee') 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. -- cgit v1.2.3