1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-13 00:45:45 +01:00

Fix downloads module cleanup.

This commit is contained in:
Kris Maglione
2012-12-20 19:58:12 -08:00
parent fc4851458b
commit 0665bdbd20
2 changed files with 87 additions and 84 deletions

View File

@@ -400,7 +400,7 @@ var Downloads = Module("downloads", XPCOM(Ci.nsIDownloadProgressListener), {
services.downloadManager.addListener(this);
},
destroy: function destroy() {
cleanup: function destroy() {
services.downloadManager.removeListener(this);
},