mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 20:34:13 +01:00
Fix Minefield brokenness.
This commit is contained in:
@@ -448,7 +448,7 @@ var Option = Class("Option", {
|
||||
|
||||
regexplist: function regexplist(k, default_) {
|
||||
for (let re in values(this.value))
|
||||
if (re(k))
|
||||
if ((re.test || re).call(re, k))
|
||||
return re.result;
|
||||
return arguments.length > 1 ? default_ : null;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user