Skip to content

Commit

Permalink
Avoid log message about json.collections being unknown after e683b2b
Browse files Browse the repository at this point in the history
  • Loading branch information
dstillman committed Jul 12, 2017
1 parent d1d6218 commit efae707
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chrome/content/zotero/xpcom/data/item.js
Expand Up @@ -4113,6 +4113,8 @@ Zotero.Item.prototype.fromJSON = function (json) {
// Use?
case 'md5':
case 'mtime':
// Handled below
case 'collections':
break;

case 'accessDate':
Expand Down

0 comments on commit efae707

Please sign in to comment.