mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 11:58:00 +01:00
Bunch-o-fixes, plus some non-trivial changes that I may wind up weeding out.
This commit is contained in:
@@ -710,7 +710,9 @@ liberator.Commands = function () //{{{
|
||||
if (cmdlist.length > 0)
|
||||
{
|
||||
var str = liberator.template.tabular(["Name", "Args", "Definition"], [],
|
||||
([cmd.name, "*", cmd.replacementText || "function () { ... }"]
|
||||
([cmd.name,
|
||||
"*",
|
||||
cmd.replacementText || "function () { ... }"]
|
||||
for each (cmd in cmdlist)));
|
||||
liberator.commandline.echo(str, liberator.commandline.HL_NORMAL, liberator.commandline.FORCE_MULTILINE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user