1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 07:27:58 +01:00

Frob some fnords.

This commit is contained in:
Kris Maglione
2008-10-02 06:42:42 +00:00
parent 0a905986d9
commit 76b6c530b1
9 changed files with 187 additions and 176 deletions

View File

@@ -711,7 +711,6 @@ liberator.Tabs = function () //{{{
{
// TODO: move this to liberator.tabs.get()
XML.prettyPrinting = false;
let items = <></>;
for (let [i, item] in Iterator(liberator.completion.buffer("")[1]))
{
@@ -732,7 +731,7 @@ liberator.Tabs = function () //{{{
</tr>;
}
let list = liberator.buffer.template.generic(<table>{items}</table>);
let list = liberator.template.generic(<table>{items}</table>);
liberator.commandline.echo(list, liberator.commandline.HL_NORMAL, liberator.commandline.FORCE_MULTILINE);
},