commit c5cfb6adfdaa31c501422e6285b04eab1393a625 parent a740658452ab5d270cbf9b88b8022b7357abaa80 Author: Dan Stillman <dstillman@zotero.org> Date: Mon, 1 Jun 2015 22:45:13 -0400 Ignore 'synced' in Zotero.Item.fromJSON() Diffstat:
| M | chrome/content/zotero/xpcom/data/item.js | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/chrome/content/zotero/xpcom/data/item.js b/chrome/content/zotero/xpcom/data/item.js @@ -3820,6 +3820,7 @@ Zotero.Item.prototype.fromJSON = Zotero.Promise.coroutine(function* (json) { switch (field) { case 'key': case 'version': + case 'synced': case 'itemType': case 'note': // Use?