Don't clear newIndices. This might fix some errors? But I don't see how they would occur anyway unless another error had already occurred

This commit is contained in:
Simon Kornblith 2012-02-07 18:08:33 -05:00
parent dd46e267ee
commit 7b8d8023f2

View file

@ -1863,6 +1863,7 @@ Zotero.Integration.Session = function(doc) {
this.uncitedItems = {};
this.omittedItems = {};
this.embeddedItems = {};
this.newIndices = {};
this.embeddedZoteroItems = {};
this.embeddedZoteroItemsByURI = {};
this.customBibliographyText = {};
@ -1881,7 +1882,6 @@ Zotero.Integration.Session.prototype.resetRequest = function(doc) {
this.bibliographyDataHasChanged = false;
this.updateItemIDs = {};
this.updateIndices = {};
this.newIndices = {};
this.oldCitationIDs = this.citationIDs;