commit c312576d02b1d0a2983079b00e64833997fbd92f
parent f9449b1749110f5d7d78938c3cca7d187dc479d4
Author: Dan Stillman <dstillman@zotero.org>
Date: Mon, 13 Jun 2016 04:02:51 -0400
Fix indicated return value in comment for itemToExportFormat()
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/utilities_internal.js b/chrome/content/zotero/xpcom/utilities_internal.js
@@ -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) {