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

Formatting fixes.

This commit is contained in:
Doug Kearns
2009-11-14 04:20:09 +11:00
parent 52562f6390
commit 41b9c8e9a1
31 changed files with 82 additions and 91 deletions

View File

@@ -33,7 +33,7 @@ const Storage = Module("storage", {
catch (e) {}
return this.storage;
},
}
});
function Runnable(self, func, args) {
@@ -46,7 +46,7 @@ function Runnable(self, func, args) {
const FailedAssertion = Class("FailedAssertion", Error, {
init: function (message) {
this.message = message;
},
}
});
const Liberator = Module("liberator", {
@@ -1077,7 +1077,7 @@ const Liberator = Module("liberator", {
liberator.echo(template.usage(items), commandline.FORCE_MULTILINE);
else
liberator.help(tag);
},
}
}, {
// Only general options are added here, which are valid for all Liberator extensions
@@ -1831,7 +1831,7 @@ const Liberator = Module("liberator", {
statusline.update();
liberator.log(config.name + " fully initialized", 0);
},
}
});
// vim: set fdm=marker sw=4 ts=4 et: