Bug 877984 - Trying to update a hosted app preloading appcache that was preinstalled will fail to update r=gene.lian

This commit is contained in:
Fabrice Desré 2013-06-05 10:43:45 +08:00
parent 54de48fdf4
commit cb2aec619e

View File

@ -565,6 +565,7 @@ WebappsApplication.prototype = {
if (this.installState == "installed") {
this._downloadError = null;
this.downloading = false;
this.downloadAvailable = false;
this._fireEvent("downloadsuccess", this._ondownloadsuccess);
this._fireEvent("downloadapplied", this._ondownloadapplied);
} else {