commit 0a6afb15d45b81a8933197d8679f50c1c8a793cb
parent 85ffc6b214f7c2c17c7c845f81fc555a6ad92af9
Author: Simon Kornblith <simon@simonster.com>
Date: Tue, 29 Mar 2011 00:57:10 +0000
Fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js
@@ -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);