diff --git a/content/commands.js b/content/commands.js index c75b8ab9..fedc035e 100644 --- a/content/commands.js +++ b/content/commands.js @@ -639,7 +639,7 @@ liberator.Commands = function () //{{{ liberator.echoerr("E182: Invalid command name"); return false; } - var [cmd, rep] = [res[1], res[2]] + var [cmd, rep] = [res[1], res[2]]; } if (rep) @@ -682,6 +682,7 @@ liberator.Commands = function () //{{{ //}}} return commandManager; + }; //}}} // vim: set fdm=marker sw=4 ts=4 et: