www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 71f7ec5207b19c1556dafbeefefd00ecc4571be8
parent ce834fc5f33d972b2c839afb784574e7400cdb65
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sat, 14 Apr 2018 10:07:01 -0400

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

Diffstat:
Mchrome/content/zotero/xpcom/data/item.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/data/item.js b/chrome/content/zotero/xpcom/data/item.js @@ -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;