www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit a85a52dec089652d0081b6ebd3125d2024227151
parent 508a08179cb8fb336c66c33e7c0183e74bca5c30
Author: Simon Kornblith <simon@simonster.com>
Date:   Mon,  7 Feb 2011 07:00:25 +0000

don't actually need to worry about disabling reentrancy here


Diffstat:
Mchrome/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 @@ -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 = [];