www

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

commit efae7073f2b9f3ce638ca8c38085e91d47579937
parent d1d62184be73c3616f38920007a40502c443a729
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed, 12 Jul 2017 01:18:54 -0400

Avoid log message about json.collections being unknown after e683b2be0

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

diff --git a/chrome/content/zotero/xpcom/data/item.js b/chrome/content/zotero/xpcom/data/item.js @@ -4113,6 +4113,8 @@ Zotero.Item.prototype.fromJSON = function (json) { // Use? case 'md5': case 'mtime': + // Handled below + case 'collections': break; case 'accessDate':