Merge pull request #1187 from fbennett/patch-1
Probable typo in dataObject.js
This commit is contained in:
commit
e7ef1b4b1f
1 changed files with 1 additions and 1 deletions
|
@ -1110,7 +1110,7 @@ Zotero.DataObject.prototype.updateSynced = Zotero.Promise.coroutine(function* (s
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this._changed.primaryData && this._changed.primaryData.synced) {
|
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;
|
delete this._changed.primaryData;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue