mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-29 18:55:46 +01:00
brace formatting fixes
This commit is contained in:
@@ -504,7 +504,8 @@ liberator.registerObserver("load_commands", function ()
|
||||
},
|
||||
{
|
||||
bang: true,
|
||||
completer: function (context, args) {
|
||||
completer: function (context, args)
|
||||
{
|
||||
let compl = [];
|
||||
if (args.completeArg == 0)
|
||||
{
|
||||
@@ -541,7 +542,8 @@ liberator.registerObserver("load_commands", function ()
|
||||
|
||||
commands.add(["dels[tyle]"],
|
||||
"Remove a user stylesheet",
|
||||
function (args) {
|
||||
function (args)
|
||||
{
|
||||
styles.removeSheet(args["-name"], args[0], args.literalArg, args["-index"], false);
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user