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

whitespace fixes

This commit is contained in:
Doug Kearns
2008-12-18 19:38:05 +11:00
parent b200139456
commit c11e153766
8 changed files with 8 additions and 10 deletions

View File

@@ -171,7 +171,6 @@ function AutoCommands() //{{{
completion.setFunctionCompleter(autocommands.get, [function () config.autocommands]);
});
return {
__iterator__: function () util.Array.iterator(store),

View File

@@ -122,7 +122,7 @@ function IO() //{{{
}
catch (e)
{
return { exists: function () false, __noSuchMethod__: function () { throw e } };
return { exists: function () false, __noSuchMethod__: function () { throw e; } };
}
return path;
}

View File

@@ -98,7 +98,6 @@ const liberator = (function () //{{{
"Allow reading of an RC file in the current directory",
"boolean", false);
const groups = {
config: {
opts: config.guioptions,