loadAllData() no longer necessary before fromJSON()
Post-deasyncification
This commit is contained in:
parent
f8716fbe88
commit
4c46ebcf96
1 changed files with 0 additions and 1 deletions
|
@ -935,7 +935,6 @@ Zotero.Sync.Data.Engine.prototype._uploadObjects = Zotero.Promise.coroutine(func
|
|||
|
||||
if (state == 'successful') {
|
||||
// Update local object with saved data if necessary
|
||||
yield obj.loadAllData();
|
||||
obj.fromJSON(current.data);
|
||||
toSave.push(obj);
|
||||
toCache.push(current);
|
||||
|
|
Loading…
Add table
Reference in a new issue