From d3552663d2178bec25c6a3496918e71269bf2fe1 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Fri, 6 Jun 2008 13:48:10 +0000 Subject: [PATCH] missing semicolon --- content/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/commands.js b/content/commands.js index cf20d184..036439d9 100644 --- a/content/commands.js +++ b/content/commands.js @@ -606,7 +606,7 @@ liberator.Commands = function () //{{{ { if (!liberator.commands.addUserCommand([cmd], "User defined command", - function (args, special, count, modifiers) { eval(rep) }, + function (args, special, count, modifiers) { eval(rep); }, null, special)) { liberator.echoerr("E174: Command already exists: add ! to replace it");