mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-23 03:13:32 +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