This commit is contained in:
Simon Kornblith 2011-03-29 00:57:10 +00:00
parent 85ffc6b214
commit 0a6afb15d4

View File

@ -1745,7 +1745,7 @@ Zotero.Integration.Session.prototype.formatCitation = function(index, citation)
if(!this.citationText[index]) {
var citationsPre, citationsPost, citationIndices;
[citationsPre, citationsPost, citationIndices] = this._getPrePost(index);
if(Zotero.debug.enabled) {
if(Zotero.Debug.enabled) {
Zotero.debug("Integration: style.processCitationCluster("+citation.toSource()+", "+citationsPre.toSource()+", "+citationsPost.toSource());
}
var newCitations = this.style.processCitationCluster(citation, citationsPre, citationsPost);