diff options
author | Doug Kearns <dougkearns@gmail.com> | 2010-12-30 07:45:48 +1100 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2010-12-30 07:45:48 +1100 |
commit | 6067f53af784922d20dd8213bb086380888fe89f (patch) | |
tree | e2eea98971bbe40e842ec29dfbaf55b51d37daa2 | |
parent | bd5083923f2179a880a95dbc6c9545ca3f8ccfb3 (diff) | |
download | pentadactyl-6067f53af784922d20dd8213bb086380888fe89f.tar.gz |
Remove unused variable assignment from CommandLine#onMultilineInputEvent.
-rw-r--r-- | common/content/commandline.js | 1 |
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); } |