Fix apply call in Zotero.Translate
This commit is contained in:
parent
fc078caddf
commit
942fe0f97f
1 changed files with 1 additions and 1 deletions
|
@ -1176,7 +1176,7 @@ Zotero.Translate.Web.prototype._prepareTranslation = function() {
|
||||||
*/
|
*/
|
||||||
Zotero.Translate.Web.prototype.translate = function(libraryID, saveAttachments, selectedItems) {
|
Zotero.Translate.Web.prototype.translate = function(libraryID, saveAttachments, selectedItems) {
|
||||||
this._selectedItems = selectedItems;
|
this._selectedItems = selectedItems;
|
||||||
Zotero.Translate.Base.prototype.translate.apply(this, libraryID, saveAttachments);
|
Zotero.Translate.Base.prototype.translate.apply(this, [libraryID, saveAttachments]);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue