Fix comment for Zotero.Attachments.getPDFResolvers()

This commit is contained in:
Dan Stillman 2022-10-29 04:40:15 -04:00
parent 3cc54eaf95
commit 2c5a91682e

View file

@ -1292,7 +1292,7 @@ Zotero.Attachments = new function(){
/**
* Look for an available PDF for an item and add it as an attachment
* Get the PDF resolvers that can be used for a given item based on the available fields
*
* @param {Zotero.Item} item
* @param {String[]} [methods=['doi', 'url', 'oa', 'custom']]