Bug 1195279 - Fix typo in allDownloadsViewOverlay.js following landing of bug 1127867 r=paolo

This commit is contained in:
Ian Neal 2015-08-17 15:26:29 -07:00
parent 7b33d3e13b
commit d5e34fa005

View File

@ -109,7 +109,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;
}
},