From c312576d02b1d0a2983079b00e64833997fbd92f Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 13 Jun 2016 04:02:51 -0400 Subject: [PATCH] Fix indicated return value in comment for itemToExportFormat() --- chrome/content/zotero/xpcom/utilities_internal.js | 2 +- 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 index 5b1ae84a4..2054fb758 100644 --- 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} + * @return {Object} */ itemToExportFormat: function (zoteroItem, legacy) { function addCompatibilityMappings(item, zoteroItem) {