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':
|
case 'mtime':
|
||||||
// Handled below
|
// Handled below
|
||||||
case 'collections':
|
case 'collections':
|
||||||
case 'parentKey':
|
case 'parentItem':
|
||||||
case 'deleted':
|
case 'deleted':
|
||||||
case 'inPublications':
|
case 'inPublications':
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user