From 9ad5135b4e31ae76de984f2e4e35ab3a8e7ad237 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Tue, 3 Jun 2008 09:08:29 +0000 Subject: [PATCH] remove trailing comma from array initializer --- content/buffer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/buffer.js b/content/buffer.js index fd7f7074..348026a6 100644 --- a/content/buffer.js +++ b/content/buffer.js @@ -148,7 +148,7 @@ liberator.Buffer = function () //{{{ getter: function () { return window.fullScreen; } }); - liberator.options.add(["nextpattern",], + liberator.options.add(["nextpattern"], "Patterns to use when guessing the 'next' page in a document sequence", "stringlist", "\\bnext\\b,^>$,^(>>|»)$,^(>|»),(>|»)$,\\bmore\\b");