Bug 924098: Fixed mismatch in variable name |aReason| in allDownloadsViewOverlay.js, r=gijs

This commit is contained in:
Abhishek Potnis
2013-10-10 22:09:00 +02:00
parent 2ae6791858
commit 9c23b2ddfd

View File

@@ -259,7 +259,7 @@ DownloadElementShell.prototype = {
}.bind(this),
function onFailure(aReason) {
if (reason instanceof OS.File.Error && reason.becauseNoSuchFile) {
if (aReason instanceof OS.File.Error && aReason.becauseNoSuchFile) {
this._targetFileInfoFetched = true;
this._targetFileExists = false;
}