www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 4c46ebcf96db54382f9279f58cdadd58bf4aadb1
parent f8716fbe8865f310bcb7399a5cb3a5a7ddcbc6e9
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sat, 21 May 2016 15:52:10 -0400

loadAllData() no longer necessary before fromJSON()

Post-deasyncification

Diffstat:
Mchrome/content/zotero/xpcom/sync/syncEngine.js | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/sync/syncEngine.js b/chrome/content/zotero/xpcom/sync/syncEngine.js @@ -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);