mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 11:48:00 +01:00
missing semicolon
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user