Fix mano's nit too...

This commit is contained in:
bent.mozilla@gmail.com 2008-02-13 16:29:02 -08:00
parent 617ea88100
commit 54065449c6

View File

@ -6117,9 +6117,8 @@ let DownloadMonitorPanel = {
},
uninit: function DMP_uninit() {
if (this._listening) {
if (this._listening)
gDownloadMgr.removeListener(this);
}
},
/**