mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 11:27:58 +01:00
whitespace fixes
This commit is contained in:
@@ -431,7 +431,7 @@ liberator.Commands = function () //{{{
|
|||||||
if ((!onlyArgumentsRemaining) && /^--(\s|$)/.test(sub))
|
if ((!onlyArgumentsRemaining) && /^--(\s|$)/.test(sub))
|
||||||
{
|
{
|
||||||
onlyArgumentsRemaining = true;
|
onlyArgumentsRemaining = true;
|
||||||
i+=2;
|
i += 2;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ liberator.Option = function (names, description, type, defaultValue, scope, gett
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
this.get = function(scope)
|
this.get = function (scope)
|
||||||
{
|
{
|
||||||
if (scope)
|
if (scope)
|
||||||
{
|
{
|
||||||
@@ -88,7 +88,7 @@ liberator.Option = function (names, description, type, defaultValue, scope, gett
|
|||||||
return aValue;
|
return aValue;
|
||||||
};
|
};
|
||||||
|
|
||||||
this.set = function(newValue, scope)
|
this.set = function (newValue, scope)
|
||||||
{
|
{
|
||||||
if (scope)
|
if (scope)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user