Run JavaScript: Hide spurious linting error

This commit is contained in:
Dan Stillman 2020-12-24 02:48:03 -05:00
parent 874c4044e5
commit c1976098e9

View file

@ -32,6 +32,7 @@ async function run() {
resultTextbox.textContent = typeof result == 'string' ? result : Zotero.Utilities.varDump(result);
}
// eslint-disable-next-line no-unused-vars
function openHelp() {
Zotero.launchURL("https://www.zotero.org/support/dev/client_coding/javascript_api");
}