From 6e6eac97093df780c3c775142694478f0f1d0b8e Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sat, 12 Feb 2011 23:13:29 -0500 Subject: [PATCH] Fix bug. --- common/content/mow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/mow.js b/common/content/mow.js index 5b42c5dd..b74e7493 100644 --- a/common/content/mow.js +++ b/common/content/mow.js @@ -214,7 +214,7 @@ var MOW = Module("mow", { const KILL = false, PASS = true; if (options["more"] && mow.isScrollable(1)) - commandline.updateMorePrompt(false, true); + this.updateMorePrompt(false, true); else { modes.pop(); events.feedkeys(events.toString(event));