1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 10:18:00 +01:00

remove trailing comma from array initializer

This commit is contained in:
Doug Kearns
2008-06-03 09:08:29 +00:00
parent 3c3bc773fa
commit 9ad5135b4e

View File

@@ -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");