aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJez Ng2013-03-03 05:56:55 -0500
committerJez Ng2013-03-03 05:56:55 -0500
commit4c5fcc544f016c0f06dfa548bd46bd4f6e46eeda (patch)
treefacb534a4aaa9966d52018ddef99cde065367c9d
parent5f4d2f58c586c7f894ebdfa119b3a2b6d222b269 (diff)
downloadvimium-4c5fcc544f016c0f06dfa548bd46bd4f6e46eeda.tar.bz2
Revert accidental change.
-rw-r--r--background_scripts/commands.coffee2
1 files changed, 1 insertions, 1 deletions
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)