mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 01:25:48 +01:00
Death to for each.
This commit is contained in:
@@ -237,7 +237,7 @@ overlay.overlayWindow(Object.keys(config.overlays),
|
||||
},
|
||||
|
||||
unload: function unload(window) {
|
||||
for each (let mod in this.modules.moduleList.reverse()) {
|
||||
for (let mod of this.modules.moduleList.reverse()) {
|
||||
mod.stale = true;
|
||||
|
||||
if ("destroy" in mod)
|
||||
|
||||
Reference in New Issue
Block a user