Fix typo in previous commit (c81961a9be
)
This commit is contained in:
parent
c81961a9be
commit
adcae4b902
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue