1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 05:44:10 +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 ////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////{{{
var echoCommands = [
[
{
name: "ec[ho]",
description: "Echo the expression",
@@ -887,9 +887,7 @@ function CommandLine() //{{{
description: "Echo the expression as an informational message",
action: liberator.echomsg
}
];
echoCommands.forEach(function (command) {
].forEach(function (command) {
commands.add([command.name],
command.description,
function (args)