Add missing semicolon
This commit is contained in:
parent
80b86c2899
commit
06a41a1b55
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ export class CryptApp extends GenericAppMixin(HandlebarsApplicationMixin(Applica
|
|||
const frame = await super._renderFrame(options);
|
||||
this.window.close.remove(); // Prevent closing
|
||||
return frame;
|
||||
}
|
||||
};
|
||||
|
||||
async _preparePartContext(partId, ctx, opts) {
|
||||
ctx = await super._preparePartContext(partId, ctx, opts);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue