1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 04:02:27 +01:00

Remove unused variable assignment from CommandLine#onMultilineInputEvent.

This commit is contained in:
Doug Kearns
2010-12-30 07:45:48 +11:00
parent bd5083923f
commit 6067f53af7

View File

@@ -1087,7 +1087,6 @@ var CommandLine = Module("commandline", {
function atEnd(dir) !Buffer.isScrollable(elem, dir || 1);
if (!options["more"] || atEnd(1)) {
passEvent = true;
modes.pop();
events.feedkeys(key);
}