commit 95d8348a77e88e0d293316893ae54b18cd054a76
parent 855d0b7fba4755dea1b0becc7543457ef4567630
Author: Frank Bennett <biercenator@gmail.com>
Date: Fri, 19 Apr 2013 11:13:49 +0900
Remove updateItems()
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/chrome/content/zotero/rtfScan.js b/chrome/content/zotero/rtfScan.js
@@ -529,7 +529,6 @@ var Zotero_RTFScan = new function() {
itemIDs = [itemID for(itemID in itemIDs)];
Zotero.debug(itemIDs);
- style.updateItems(itemIDs);
// prepare the list of rendered citations
var citationResults = style.rebuildProcessorState(cslCitations, "rtf");