[PALEMOON] Bug 1195279 - Fix typo in allDownloadsViewOverlay.js following landing of bug 1127867

This commit is contained in:
janekptacijarabaci 2018-07-29 12:42:15 +02:00 committed by Roy Tam
commit dfed6fdfe6

View file

@ -90,7 +90,7 @@ HistoryDownload.prototype = {
this.canceled = false;
// These properties may be updated if the user interface is refreshed.
this.exists = false;
this.target.exists = false;
this.target.size = undefined;
}
},