commit e7ef1b4b1f712ec5ff46927de64902862374cb81 parent fa680bbbf5efa5e11941a81ef1b07dd15e034f59 Author: Dan Stillman <dstillman@zotero.org> Date: Mon, 27 Feb 2017 03:00:42 -0500 Merge pull request #1187 from fbennett/patch-1 Probable typo in dataObject.js Diffstat:
| M | chrome/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 {