mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-19 02:55:46 +01:00
Bunch-o-fixes, plus some non-trivial changes that I may wind up weeding out.
This commit is contained in:
@@ -417,7 +417,6 @@ liberator.Mappings = function () //{{{
|
||||
|
||||
let _maps = (map for ([i, map] in Iterator(maps))
|
||||
if (output[i]));
|
||||
XML.prettyPrinting = false;
|
||||
let list = <table>
|
||||
{
|
||||
liberator.template.map(_maps, function (map)
|
||||
@@ -428,8 +427,7 @@ liberator.Mappings = function () //{{{
|
||||
<td>{map.rhs || "function () { ... }"}</td>
|
||||
</tr>))
|
||||
}
|
||||
</table>
|
||||
|
||||
</table>;
|
||||
liberator.commandline.echo(list, liberator.commandline.HL_NORMAL, liberator.commandline.FORCE_MULTILINE);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user