summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Kearns <dougkearns@gmail.com>2010-12-30 07:45:48 +1100
committerDoug Kearns <dougkearns@gmail.com>2010-12-30 07:45:48 +1100
commit6067f53af784922d20dd8213bb086380888fe89f (patch)
treee2eea98971bbe40e842ec29dfbaf55b51d37daa2
parentbd5083923f2179a880a95dbc6c9545ca3f8ccfb3 (diff)
downloadpentadactyl-6067f53af784922d20dd8213bb086380888fe89f.tar.gz
Remove unused variable assignment from CommandLine#onMultilineInputEvent.
-rw-r--r--common/content/commandline.js1
1 files changed, 0 insertions, 1 deletions
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);
}