mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-18 22:33:31 +01:00
Formatting fix.
This commit is contained in:
@@ -871,7 +871,7 @@ function CommandLine() //{{{
|
|||||||
////////////////////// COMMANDS ////////////////////////////////////////////////
|
////////////////////// COMMANDS ////////////////////////////////////////////////
|
||||||
/////////////////////////////////////////////////////////////////////////////{{{
|
/////////////////////////////////////////////////////////////////////////////{{{
|
||||||
|
|
||||||
var echoCommands = [
|
[
|
||||||
{
|
{
|
||||||
name: "ec[ho]",
|
name: "ec[ho]",
|
||||||
description: "Echo the expression",
|
description: "Echo the expression",
|
||||||
@@ -887,9 +887,7 @@ function CommandLine() //{{{
|
|||||||
description: "Echo the expression as an informational message",
|
description: "Echo the expression as an informational message",
|
||||||
action: liberator.echomsg
|
action: liberator.echomsg
|
||||||
}
|
}
|
||||||
];
|
].forEach(function (command) {
|
||||||
|
|
||||||
echoCommands.forEach(function (command) {
|
|
||||||
commands.add([command.name],
|
commands.add([command.name],
|
||||||
command.description,
|
command.description,
|
||||||
function (args)
|
function (args)
|
||||||
|
|||||||
Reference in New Issue
Block a user