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:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user