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