1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 15:22:26 +01:00

whitespace fixes

This commit is contained in:
Doug Kearns
2008-08-21 05:15:24 +00:00
parent 5f37761bf3
commit b08d4630e5
2 changed files with 3 additions and 3 deletions

View File

@@ -431,7 +431,7 @@ liberator.Commands = function () //{{{
if ((!onlyArgumentsRemaining) && /^--(\s|$)/.test(sub))
{
onlyArgumentsRemaining = true;
i+=2;
i += 2;
continue;
}

View File

@@ -65,7 +65,7 @@ liberator.Option = function (names, description, type, defaultValue, scope, gett
}
}
this.get = function(scope)
this.get = function (scope)
{
if (scope)
{
@@ -88,7 +88,7 @@ liberator.Option = function (names, description, type, defaultValue, scope, gett
return aValue;
};
this.set = function(newValue, scope)
this.set = function (newValue, scope)
{
if (scope)
{