1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 16:47:59 +01:00

Fix more function formatting faux pas as per the style guide.

This commit is contained in:
Doug Kearns
2009-06-01 16:13:38 +10:00
parent cd3364197f
commit 64a9c9554c
12 changed files with 35 additions and 62 deletions

View File

@@ -88,8 +88,8 @@ const liberator = (function () //{{{
}
// Only general options are added here, which are valid for all Vimperator like extensions
registerObserver("load_options", function ()
{
registerObserver("load_options", function () {
options.add(["errorbells", "eb"],
"Ring the bell when an error message is displayed",
"boolean", false);
@@ -191,8 +191,8 @@ const liberator = (function () //{{{
});
});
registerObserver("load_mappings", function ()
{
registerObserver("load_mappings", function () {
mappings.add(modes.all, ["<F1>"],
"Open help window",
function () { liberator.help(); });
@@ -237,8 +237,8 @@ const liberator = (function () //{{{
return items;
}
registerObserver("load_commands", function ()
{
registerObserver("load_commands", function () {
commands.add(["addo[ns]"],
"Manage available Extensions and Themes",
function ()