summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-07-29 12:42:15 +0200
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-07-29 12:42:15 +0200
commit8cc3f3616905228be77661a5c9a15ab3f2d867f0 (patch)
tree72a4c1761b9d920f6d8107658f50a586bcd77ad0 /application
parentbeeede618586155d0f3fcb8e9313e076eef3e6e5 (diff)
downloadUXP-8cc3f3616905228be77661a5c9a15ab3f2d867f0.tar
UXP-8cc3f3616905228be77661a5c9a15ab3f2d867f0.tar.gz
UXP-8cc3f3616905228be77661a5c9a15ab3f2d867f0.tar.lz
UXP-8cc3f3616905228be77661a5c9a15ab3f2d867f0.tar.xz
UXP-8cc3f3616905228be77661a5c9a15ab3f2d867f0.zip
[PALEMOON] Bug 1195279 - Fix typo in allDownloadsViewOverlay.js following landing of bug 1127867
Diffstat (limited to 'application')
-rw-r--r--application/palemoon/components/downloads/content/allDownloadsViewOverlay.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/components/downloads/content/allDownloadsViewOverlay.js b/application/palemoon/components/downloads/content/allDownloadsViewOverlay.js
index 50f77041b..980913cfe 100644
--- a/application/palemoon/components/downloads/content/allDownloadsViewOverlay.js
+++ b/application/palemoon/components/downloads/content/allDownloadsViewOverlay.js
@@ -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;
}
},