Fix comment for Zotero.Attachments.getPDFResolvers()

This commit is contained in:
Dan Stillman 2022-10-29 04:40:15 -04:00
parent 59cb33d231
commit 7a45047f8f

View file

@ -1286,7 +1286,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']]