Avoid invalid-field warning in Item::fromJSON() after 6f1833f936
This commit is contained in:
parent
6f1833f936
commit
ceb9749937
|
@ -4196,6 +4196,9 @@ Zotero.Item.prototype.fromJSON = function (json) {
|
|||
case 'mtime':
|
||||
// Handled below
|
||||
case 'collections':
|
||||
case 'parentKey':
|
||||
case 'deleted':
|
||||
case 'inPublications':
|
||||
break;
|
||||
|
||||
case 'accessDate':
|
||||
|
|
Loading…
Reference in New Issue
Block a user