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 492cc52566
commit 8b0ee91f44

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;
}