mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 23:57:59 +01:00
Fix Option#get
This commit is contained in:
@@ -125,7 +125,7 @@ Option.prototype = {
|
|||||||
aValue = this.globalvalue;
|
aValue = this.globalvalue;
|
||||||
|
|
||||||
if (this.getter)
|
if (this.getter)
|
||||||
this.getter.call(this, aValue);
|
return this.getter.call(this, aValue);
|
||||||
|
|
||||||
return aValue;
|
return aValue;
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user