FIX jsdoc

This commit is contained in:
Joaquin Pereyra 2025-07-07 16:57:30 -03:00
parent 0189805dd6
commit 179deae6df
2 changed files with 4 additions and 2 deletions

View file

@ -560,7 +560,7 @@ export default class CharacterSheet extends DHBaseActorSheet {
}
/**
*
* Use a item
* @type {ApplicationClickAction}
*/
static async useItem(event, button) {
@ -581,7 +581,7 @@ export default class CharacterSheet extends DHBaseActorSheet {
}
/**
*
* Send item to Chat
* @type {ApplicationClickAction}
*/
static async toChat(event, button) {