mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-13 17:55:45 +01:00
Formatting fixes.
This commit is contained in:
@@ -686,7 +686,7 @@ Module("styles", {
|
||||
context.compare = CompletionContext.Sort.number;
|
||||
return [[i, <>{sheet.sites.join(",")}: {sheet.css.replace("\n", "\\n")}</>]
|
||||
for ([i, sheet] in styles.userSheets)
|
||||
if (!cmd.filter || cmd.filter(sheet))]
|
||||
if (!cmd.filter || cmd.filter(sheet))];
|
||||
}],
|
||||
[["-name", "-n"], commands.OPTION_STRING, null,
|
||||
function () [[name, sheet.css]
|
||||
|
||||
Reference in New Issue
Block a user