Avoid invalid-field warning in Item::fromJSON() after 6f1833f936

This commit is contained in:
Dan Stillman 2018-04-14 00:05:49 -04:00
parent 6f1833f936
commit ceb9749937

View File

@ -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':