Bug 615926: fix stupid typo. r=mconnor

This commit is contained in:
Richard Newman 2010-12-06 15:09:14 -08:00
Родитель c2ac353231
Коммит d3138d405f
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1071,7 +1071,7 @@ WeaveSvc.prototype = {
// Delete the cached meta record...
this._log.debug("Clearing cached meta record. metaModified is " +
JSON.stringify(this.metaModified) + ", setting to " +
JSON.stringify(info.obj.meta));
JSON.stringify(infoResponse.obj.meta));
Records.del(this.metaURL);
// ... fetch the current record from the server, and COPY THE FLAGS.
@ -1081,7 +1081,7 @@ WeaveSvc.prototype = {
// Switch in the new meta object and record the new time.
meta = newMeta;
this.metaModified = info.obj.meta;
this.metaModified = infoResponse.obj.meta;
}
let remoteVersion = (meta && meta.payload.storageVersion)?