1
0
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:
Kris Maglione
2011-10-02 16:00:50 -04:00
parent c500936b2e
commit 7a0b0873ce
10 changed files with 423 additions and 73 deletions

View File

@@ -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 = {};
},