don't actually need to worry about disabling reentrancy here
This commit is contained in:
parent
508a08179c
commit
a85a52dec0
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
***** END LICENSE BLOCK *****
|
***** END LICENSE BLOCK *****
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Zotero.Translate.ItemSaver = function(libraryID, attachmentMode, forceTagType, disableReentrancy) {
|
Zotero.Translate.ItemSaver = function(libraryID, attachmentMode, forceTagType) {
|
||||||
// initialize constants
|
// initialize constants
|
||||||
this.newItems = [];
|
this.newItems = [];
|
||||||
this.newCollections = [];
|
this.newCollections = [];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue