From adcae4b90279312d4d778ef002994734b2fd29e5 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sun, 16 Dec 2018 21:36:59 -0500 Subject: [PATCH] Fix typo in previous commit (c81961a9be) --- 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 e6d2137205..256cb247dc 100644 --- a/chrome/content/zotero/xpcom/utilities_internal.js +++ b/chrome/content/zotero/xpcom/utilities_internal.js @@ -879,7 +879,7 @@ Zotero.Utilities.Internal = { * * @return {Object|false} - Creator in API JSON format, or false */ - getFirstCreatorFromInternalJSON: function (json) { + getFirstCreatorFromItemJSON: function (json) { var primaryCreatorType = Zotero.CreatorTypes.getName( Zotero.CreatorTypes.getPrimaryIDForType( Zotero.ItemTypes.getID(json.itemType)