mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-12 23:15:46 +01:00
Fix some functions that used to use args.string.
This commit is contained in:
@@ -1185,7 +1185,7 @@ const Buffer = Module("buffer", {
|
||||
commands.add(["pagest[yle]", "pas"],
|
||||
"Select the author style sheet to apply",
|
||||
function (args) {
|
||||
let arg = args.literalArg;
|
||||
let arg = args[0] || "";
|
||||
|
||||
let titles = buffer.alternateStyleSheets.map(function (stylesheet) stylesheet.title);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user