1
0
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:
Doug Kearns
2009-08-27 01:13:24 +10:00
parent 1a3394d1a0
commit 256b55461c

View File

@@ -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)