mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 09:48:00 +01:00
remove trailing comma from array initializer
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user