mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 08:54:13 +01:00
New prototype ItemList implementation. Faster completion scrolling.
This commit is contained in:
@@ -94,7 +94,7 @@ var Contexts = Module("contexts", {
|
||||
|
||||
cleanup: function () {
|
||||
for each (let module in this.pluginModules)
|
||||
util.trapErrors("cleanup", module);
|
||||
util.trapErrors("unload", module);
|
||||
|
||||
this.pluginModules = {};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user