mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 18:37:58 +01:00
Fix brokenness on TM nightly.
This commit is contained in:
@@ -233,7 +233,7 @@ const Modes = Module("modes", {
|
|||||||
this.topOfStack.params.leave({ push: push }, push);
|
this.topOfStack.params.leave({ push: push }, push);
|
||||||
for (let [id, { obj, prop }] in Iterator(this.boundProperties)) {
|
for (let [id, { obj, prop }] in Iterator(this.boundProperties)) {
|
||||||
if (!obj.get())
|
if (!obj.get())
|
||||||
delete this.boundProperties(id);
|
delete this.boundProperties[id];
|
||||||
else
|
else
|
||||||
this.topOfStack.saved[id] = { obj: obj.get(), prop: prop, value: obj.get()[prop] };
|
this.topOfStack.saved[id] = { obj: obj.get(), prop: prop, value: obj.get()[prop] };
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user