Fix linter warning

This commit is contained in:
Johannes Loher 2021-01-27 01:38:47 +01:00
parent ba268e4245
commit 3209280b29
2 changed files with 3 additions and 1 deletions

View file

@ -113,7 +113,7 @@ Hooks.once("ready", function () {
* (in this order).
*/
["renderApplication", "renderActorSheet", "renderItemSheet"].forEach((hookName: string) => {
Hooks.on(hookName, (app: Dialog, html: JQueryStatic, data: any) => {
Hooks.on(hookName, (app: Dialog, html: JQueryStatic) => {
$(html)
.find("input")
.on("focus", (ev: JQuery.FocusEvent<HTMLInputElement>) => {