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:
@@ -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();
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user