Avoid invalid-field warning for parentItem in fromJSON() after 6f1833f936

This commit is contained in:
Dan Stillman 2018-04-14 10:07:01 -04:00
parent ce834fc5f3
commit 71f7ec5207

View File

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