1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-17 02:35:45 +01:00

Better validateCompleter fix.

This commit is contained in:
Kris Maglione
2014-02-25 09:15:15 -08:00
parent a86e71ef81
commit f0dbb9a314
2 changed files with 13 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ var Contexts = Module("contexts", {
},
cleanup: function () {
for (let module of this.pluginModules)
for each (let module in this.pluginModules)
util.trapErrors("unload", module);
this.pluginModules = {};