From 620133818448e6553e5efbd3944f1c19b5523fef Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 15 Jun 2009 16:09:49 +1000 Subject: [PATCH] Formatting fixes. --- common/content/buffer.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common/content/buffer.js b/common/content/buffer.js index fab9ddc9..23952302 100644 --- a/common/content/buffer.js +++ b/common/content/buffer.js @@ -165,7 +165,9 @@ function Buffer() //{{{ "Patterns to use when guessing the 'previous' page in a document sequence", "stringlist", "\\bprev|previous\\b,^<$,^(<<|\u00AB)$,^(<|\u00AB),(<|\u00AB)$"); - options.add(["pageinfo", "pa"], "Desired info on :pa[geinfo]", "charlist", "gfm", + options.add(["pageinfo", "pa"], + "Desired info on :pa[geinfo]", + "charlist", "gfm", { completer: function (context) [[k, v[1]] for ([k, v] in Iterator(pageInfo))], validator: Option.validateCompleter