1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 13:52:26 +01:00

missing semicolon

This commit is contained in:
Doug Kearns
2008-06-06 13:48:10 +00:00
parent 5beaa4ca6c
commit d3552663d2

View File

@@ -606,7 +606,7 @@ liberator.Commands = function () //{{{
{ {
if (!liberator.commands.addUserCommand([cmd], if (!liberator.commands.addUserCommand([cmd],
"User defined command", "User defined command",
function (args, special, count, modifiers) { eval(rep) }, function (args, special, count, modifiers) { eval(rep); },
null, special)) null, special))
{ {
liberator.echoerr("E174: Command already exists: add ! to replace it"); liberator.echoerr("E174: Command already exists: add ! to replace it");