diff options
| author | Jez Ng | 2013-03-03 05:56:55 -0500 | 
|---|---|---|
| committer | Jez Ng | 2013-03-03 05:56:55 -0500 | 
| commit | 4c5fcc544f016c0f06dfa548bd46bd4f6e46eeda (patch) | |
| tree | facb534a4aaa9966d52018ddef99cde065367c9d /background_scripts | |
| parent | 5f4d2f58c586c7f894ebdfa119b3a2b6d222b269 (diff) | |
| download | vimium-4c5fcc544f016c0f06dfa548bd46bd4f6e46eeda.tar.bz2 | |
Revert accidental change.
Diffstat (limited to 'background_scripts')
| -rw-r--r-- | background_scripts/commands.coffee | 2 | 
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) | 
