Ignore 'synced' in Zotero.Item.fromJSON()

This commit is contained in:
Dan Stillman 2015-06-01 22:45:13 -04:00
parent a740658452
commit c5cfb6adfd

View File

@ -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?