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:
@@ -171,7 +171,6 @@ function AutoCommands() //{{{
|
||||
completion.setFunctionCompleter(autocommands.get, [function () config.autocommands]);
|
||||
});
|
||||
|
||||
|
||||
return {
|
||||
|
||||
__iterator__: function () util.Array.iterator(store),
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user