Skip to content

Commit

Permalink
Always mark progress at 100% in onStopRequest().
Browse files Browse the repository at this point in the history
Fixes #1609
  • Loading branch information
arantius committed Aug 30, 2012
1 parent 001560b commit e7d86d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/remoteScript.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ DownloadListener.prototype = {
this._remoteScript.cleanup(errorMessage);
}

this._progressCallback(aRequest, 1);
this._completionCallback(aRequest, !error);
},

Expand Down

0 comments on commit e7d86d4

Please sign in to comment.