Fix indicated return value in comment for itemToExportFormat()

This commit is contained in:
Dan Stillman 2016-06-13 04:02:51 -04:00
parent f9449b1749
commit c312576d02

View file

@ -763,7 +763,7 @@ Zotero.Utilities.Internal = {
* *
* @param {Zotero.Item} zoteroItem * @param {Zotero.Item} zoteroItem
* @param {Boolean} legacy Add mappings for legacy (pre-4.0.27) translators * @param {Boolean} legacy Add mappings for legacy (pre-4.0.27) translators
* @return {Promise<Object>} * @return {Object}
*/ */
itemToExportFormat: function (zoteroItem, legacy) { itemToExportFormat: function (zoteroItem, legacy) {
function addCompatibilityMappings(item, zoteroItem) { function addCompatibilityMappings(item, zoteroItem) {