From 4c5fcc544f016c0f06dfa548bd46bd4f6e46eeda Mon Sep 17 00:00:00 2001 From: Jez Ng Date: Sun, 3 Mar 2013 05:56:55 -0500 Subject: Revert accidental change. --- background_scripts/commands.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'background_scripts/commands.coffee') diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index 158f724d..05af51c2 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -65,7 +65,7 @@ Commands = continue unless @availableCommands[vimiumCommand] - konsole.log("Mapping", key, "to", vimiumCommand) + console.log("Mapping", key, "to", vimiumCommand) @mapKeyToCommand(key, vimiumCommand) else if (lineCommand == "unmap") continue if (splitLine.length != 2) -- cgit v1.2.3