Fixing eslint
This commit is contained in:
parent
eb93a04341
commit
83fa23a82d
@ -2,6 +2,7 @@ interface WorkAdventureApi {
|
|||||||
sendChatMessage(message: string, author: string): void;
|
sendChatMessage(message: string, author: string): void;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// eslint-disable-next-line no-var
|
||||||
declare var WA: WorkAdventureApi;
|
declare var WA: WorkAdventureApi;
|
||||||
|
|
||||||
window.WA = {
|
window.WA = {
|
||||||
|
Loading…
Reference in New Issue
Block a user