don't actually need to worry about disabling reentrancy here

This commit is contained in:
Simon Kornblith 2011-02-07 07:00:25 +00:00
parent 508a08179c
commit a85a52dec0

View file

@ -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 = [];