1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 00:54:11 +01:00

not needed comment removed

This commit is contained in:
Marco Candrian
2008-01-19 12:53:59 +00:00
parent 40cc702d48
commit 4be468e568

View File

@@ -857,7 +857,7 @@ vimperator.Events = function () //{{{
{
vimperator.modes.isRecording = false;
vimperator.log("Recorded " + currentMacro + ": " + macros[currentMacro], 8);
event.preventDefault(); // XXX: or howto stop that key being processed?
event.preventDefault();
event.stopPropagation();
return true;
}