mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 09:17:59 +01:00
whitespace fixes
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user