1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-15 21:05:48 +01:00

Fix some bugs.

--HG--
branch : groups
This commit is contained in:
Kris Maglione
2011-02-07 02:16:19 -05:00
parent 48a86558b4
commit 3a40882db4
3 changed files with 11 additions and 10 deletions

View File

@@ -84,9 +84,6 @@ var IO = Module("io", {
destroy: function destroy() {
services.downloadManager.removeListener(this.downloadListener);
for (let [, plugin] in Iterator(plugins.contexts))
if (plugin.onUnload)
plugin.onUnload();
},
/**