mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 19:42:26 +01:00
fix some arg redeclarations
This commit is contained in:
@@ -112,8 +112,8 @@ liberator.Option = function (names, description, type, defaultValue, extraInfo)
|
||||
|
||||
if (this.setter)
|
||||
{
|
||||
var tmpValue = newValue;
|
||||
var newValue = this.setter.call(this, newValue);
|
||||
let tmpValue = newValue;
|
||||
newValue = this.setter.call(this, newValue);
|
||||
|
||||
if (typeof newValue == "undefined")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user