mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-03 08:28:54 -04:00
fix: code formatting
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
ae9ec95a4e
commit
4d70ccafbc
13 changed files with 51 additions and 21 deletions
|
@ -39,7 +39,10 @@ export abstract class WindowPostMessageCommunicator<
|
|||
private readonly log: Logger
|
||||
private readonly boundListener: (event: MessageEvent) => void
|
||||
|
||||
public constructor(private readonly uuid: string, private readonly targetOrigin: string) {
|
||||
public constructor(
|
||||
private readonly uuid: string,
|
||||
private readonly targetOrigin: string
|
||||
) {
|
||||
this.boundListener = this.handleEvent.bind(this)
|
||||
this.communicationEnabled = false
|
||||
this.log = this.createLogger()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue