Avoid log message about json.collections being unknown after e683b2be0

This commit is contained in:
Dan Stillman 2017-07-12 01:18:54 -04:00
parent d1d62184be
commit efae7073f2

View File

@ -4113,6 +4113,8 @@ Zotero.Item.prototype.fromJSON = function (json) {
// Use?
case 'md5':
case 'mtime':
// Handled below
case 'collections':
break;
case 'accessDate':