mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-23 16:03:39 +02:00
FIX jsdoc
This commit is contained in:
parent
0189805dd6
commit
179deae6df
2 changed files with 4 additions and 2 deletions
|
|
@ -560,7 +560,7 @@ export default class CharacterSheet extends DHBaseActorSheet {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* Use a item
|
||||||
* @type {ApplicationClickAction}
|
* @type {ApplicationClickAction}
|
||||||
*/
|
*/
|
||||||
static async useItem(event, button) {
|
static async useItem(event, button) {
|
||||||
|
|
@ -581,7 +581,7 @@ export default class CharacterSheet extends DHBaseActorSheet {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* Send item to Chat
|
||||||
* @type {ApplicationClickAction}
|
* @type {ApplicationClickAction}
|
||||||
*/
|
*/
|
||||||
static async toChat(event, button) {
|
static async toChat(event, button) {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
const { HandlebarsApplicationMixin } = foundry.applications.api;
|
const { HandlebarsApplicationMixin } = foundry.applications.api;
|
||||||
|
|
||||||
|
//Just used by action config
|
||||||
|
|
||||||
export default function DhpApplicationMixin(Base) {
|
export default function DhpApplicationMixin(Base) {
|
||||||
return class DhpSheetV2 extends HandlebarsApplicationMixin(Base) {
|
return class DhpSheetV2 extends HandlebarsApplicationMixin(Base) {
|
||||||
constructor(options = {}) {
|
constructor(options = {}) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue