Small bug fix from my last small bugfix. :(

This commit is contained in:
Justin Dolske 2008-06-19 20:18:59 -07:00
Родитель d808b40fee
Коммит 48d96ab71d
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -506,7 +506,7 @@ RemoteStore.prototype = {
snap.version = this.status.data.maxVersion;
if (lastSyncSnap.version < this.status.data.snapVersion) {
self.done(yield this._getLatestFromScratch(this, self.cb));
self.done(yield this._getLatestFromScratch.async(this, self.cb));
return;
} else if (lastSyncSnap.version >= this.status.data.snapVersion &&