From d58221b59f41e09ba9f48040f69f0d54711f5d77 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Thu, 3 Mar 2011 07:09:08 +0000 Subject: [PATCH] Fix "citations is undefined" error --- chrome/content/zotero/xpcom/integration.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js index ec30655cd..17f3e50c5 100644 --- a/chrome/content/zotero/xpcom/integration.js +++ b/chrome/content/zotero/xpcom/integration.js @@ -1539,7 +1539,7 @@ Zotero.Integration.Session.prototype.updateUncitedItems = function() { Zotero.Integration.Session.prototype.updateUpdateIndices = function(regenerateAll) { if(regenerateAll || this.regenerateAll) { // update all indices - for(var i=0; i