From 256b55461c4f52ddee0d136602907b964f664f3e Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Thu, 27 Aug 2009 01:13:24 +1000 Subject: [PATCH] Formatting fix. --- common/content/ui.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/common/content/ui.js b/common/content/ui.js index d2ff3f28..2bb03f1e 100644 --- a/common/content/ui.js +++ b/common/content/ui.js @@ -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)