From a85a52dec089652d0081b6ebd3125d2024227151 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Mon, 7 Feb 2011 07:00:25 +0000 Subject: [PATCH] don't actually need to worry about disabling reentrancy here --- chrome/content/zotero/xpcom/translation/item_local.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/translation/item_local.js b/chrome/content/zotero/xpcom/translation/item_local.js index 09f1b6c77..7414c5508 100644 --- a/chrome/content/zotero/xpcom/translation/item_local.js +++ b/chrome/content/zotero/xpcom/translation/item_local.js @@ -23,7 +23,7 @@ ***** END LICENSE BLOCK ***** */ -Zotero.Translate.ItemSaver = function(libraryID, attachmentMode, forceTagType, disableReentrancy) { +Zotero.Translate.ItemSaver = function(libraryID, attachmentMode, forceTagType) { // initialize constants this.newItems = []; this.newCollections = [];