commit ceb9749937d7cf60d8a0cff5e1be3d230ef68194 parent 6f1833f9360a43346df5f2d883d617bfa9ec66c8 Author: Dan Stillman <dstillman@zotero.org> Date: Sat, 14 Apr 2018 00:05:49 -0400 Avoid invalid-field warning in Item::fromJSON() after 6f1833f936 Diffstat:
| M | chrome/content/zotero/xpcom/data/item.js | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/chrome/content/zotero/xpcom/data/item.js b/chrome/content/zotero/xpcom/data/item.js @@ -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':