mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 21:37:57 +01:00
whitespace fixes
This commit is contained in:
@@ -171,7 +171,6 @@ function AutoCommands() //{{{
|
|||||||
completion.setFunctionCompleter(autocommands.get, [function () config.autocommands]);
|
completion.setFunctionCompleter(autocommands.get, [function () config.autocommands]);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
||||||
__iterator__: function () util.Array.iterator(store),
|
__iterator__: function () util.Array.iterator(store),
|
||||||
|
|||||||
@@ -122,7 +122,7 @@ function IO() //{{{
|
|||||||
}
|
}
|
||||||
catch (e)
|
catch (e)
|
||||||
{
|
{
|
||||||
return { exists: function () false, __noSuchMethod__: function () { throw e } };
|
return { exists: function () false, __noSuchMethod__: function () { throw e; } };
|
||||||
}
|
}
|
||||||
return path;
|
return path;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -98,7 +98,6 @@ const liberator = (function () //{{{
|
|||||||
"Allow reading of an RC file in the current directory",
|
"Allow reading of an RC file in the current directory",
|
||||||
"boolean", false);
|
"boolean", false);
|
||||||
|
|
||||||
|
|
||||||
const groups = {
|
const groups = {
|
||||||
config: {
|
config: {
|
||||||
opts: config.guioptions,
|
opts: config.guioptions,
|
||||||
|
|||||||
Reference in New Issue
Block a user