mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 19:04:10 +01:00
Fix some brokenness.
This commit is contained in:
@@ -43,7 +43,7 @@ const Option = Class("Option", {
|
||||
|
||||
// add no{option} variant of boolean {option} to this.names
|
||||
if (this.type == "boolean")
|
||||
this.names = array([name, "no" + name] for (name in values(names))).flatten();
|
||||
this.names = array([name, "no" + name] for (name in values(names))).flatten().__proto__;
|
||||
|
||||
if (this.globalValue == undefined)
|
||||
this.globalValue = this.defaultValue;
|
||||
|
||||
Reference in New Issue
Block a user