mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 14:12:27 +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; }
|
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",
|
"Patterns to use when guessing the 'next' page in a document sequence",
|
||||||
"stringlist", "\\bnext\\b,^>$,^(>>|»)$,^(>|»),(>|»)$,\\bmore\\b");
|
"stringlist", "\\bnext\\b,^>$,^(>>|»)$,^(>|»),(>|»)$,\\bmore\\b");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user