mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-23 16:55:45 +01:00
Fix util.regexp#closure and so forth on FF36.
This commit is contained in:
@@ -238,8 +238,8 @@ function properties(obj, prototypes, debugger_) {
|
||||
let seen = { dactylPropertyNames: true };
|
||||
|
||||
try {
|
||||
if ("dactylpropertynames" in obj && !prototypes)
|
||||
for (let key in values(dactylpropertynames))
|
||||
if ("dactylPropertyNames" in obj && !prototypes)
|
||||
for (let key in values(obj.dactylPropertyNames))
|
||||
if (key in obj && !set.add(seen, key))
|
||||
yield key;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user