Fix indicated return value in comment for itemToExportFormat()
This commit is contained in:
parent
f9449b1749
commit
c312576d02
1 changed files with 1 additions and 1 deletions
|
@ -763,7 +763,7 @@ Zotero.Utilities.Internal = {
|
|||
*
|
||||
* @param {Zotero.Item} zoteroItem
|
||||
* @param {Boolean} legacy Add mappings for legacy (pre-4.0.27) translators
|
||||
* @return {Promise<Object>}
|
||||
* @return {Object}
|
||||
*/
|
||||
itemToExportFormat: function (zoteroItem, legacy) {
|
||||
function addCompatibilityMappings(item, zoteroItem) {
|
||||
|
|
Loading…
Reference in a new issue