Get rid of extraneous function override
This commit is contained in:
parent
2e08064ebb
commit
7ae5d1b814
1 changed files with 0 additions and 4 deletions
|
|
@ -42,10 +42,6 @@ export class HeroSkillsCardV1 extends GenericAppMixin(HandlebarsApplicationMixin
|
||||||
// #endregion
|
// #endregion
|
||||||
|
|
||||||
// #region Lifecycle
|
// #region Lifecycle
|
||||||
async _onFirstRender(context, options) {
|
|
||||||
await super._onFirstRender(context, options);
|
|
||||||
};
|
|
||||||
|
|
||||||
async _onRender(context, options) {
|
async _onRender(context, options) {
|
||||||
await super._onRender(context, options);
|
await super._onRender(context, options);
|
||||||
HeroSkillsCardV1._onRender.bind(this)(context, options);
|
HeroSkillsCardV1._onRender.bind(this)(context, options);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue