mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 22:42:26 +01:00
whitespace fixes and revert some overly aggressive use of expression closures
This commit is contained in:
@@ -740,7 +740,7 @@ liberator.Commands = function () //{{{
|
||||
"Delete all user-defined commands",
|
||||
function ()
|
||||
{
|
||||
liberator.commands.getUserCommands().forEach(function (cmd) liberator.commands.removeUserCommand(cmd.name));
|
||||
liberator.commands.getUserCommands().forEach(function (cmd) { liberator.commands.removeUserCommand(cmd.name); });
|
||||
},
|
||||
{ argCount: "0" });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user