www

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

commit 6b2bf347327547de416ed3f2156302080cdce610
parent fa680bbbf5efa5e11941a81ef1b07dd15e034f59
Author: Frank Bennett <biercenator@gmail.com>
Date:   Mon, 27 Feb 2017 16:36:47 +0900

Probable typo in dataObject.js

This line just crashed on me during a sync operation in Juris-M 5.0. It looks like a typo.
Diffstat:
Mchrome/content/zotero/xpcom/data/dataObject.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/data/dataObject.js b/chrome/content/zotero/xpcom/data/dataObject.js @@ -1110,7 +1110,7 @@ Zotero.DataObject.prototype.updateSynced = Zotero.Promise.coroutine(function* (s } if (this._changed.primaryData && this._changed.primaryData.synced) { - if (Objects.keys(this._changed.primaryData).length == 1) { + if (Object.keys(this._changed.primaryData).length == 1) { delete this._changed.primaryData; } else {