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

whitespace and semicolon fixes

This commit is contained in:
Doug Kearns
2008-11-02 11:54:56 +00:00
parent d52466188e
commit 6dfc33035b
12 changed files with 41 additions and 40 deletions

View File

@@ -74,7 +74,7 @@ const liberator = (function () //{{{
const tabopts = [
["n", "Tab number", null, ".hl-TabNumber"],
["N", "Tab number over icon", null, ".hl-TabIconNumber"],
["N", "Tab number over icon", null, ".hl-TabIconNumber"]
];
options.add(["guioptions", "go"],
"Show or hide certain GUI elements like the menu or toolbar",
@@ -141,7 +141,7 @@ const liberator = (function () //{{{
return value;
}
});
})
});
registerObserver("load_mappings", function ()
{
@@ -159,7 +159,7 @@ const liberator = (function () //{{{
mappings.add([modes.NORMAL], ["ZZ"],
"Quit and save the session",
function () { liberator.quit(true); });
})
});
registerObserver("load_commands", function ()
{
@@ -530,7 +530,7 @@ const liberator = (function () //{{{
argCount: "0",
bang: true
});
})
});
// initially hide all GUI, it is later restored unless the user has :set go= or something
// similar in his config