From 6067f53af784922d20dd8213bb086380888fe89f Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Thu, 30 Dec 2010 07:45:48 +1100 Subject: Remove unused variable assignment from CommandLine#onMultilineInputEvent. --- common/content/commandline.js | 1 - 1 file changed, 1 deletion(-) diff --git a/common/content/commandline.js b/common/content/commandline.js index c7de5827..4c07e36d 100644 --- a/common/content/commandline.js +++ b/common/content/commandline.js @@ -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); } -- cgit v1.2.3