Fixing eslint
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user