Fix naming format errors

This commit is contained in:
Jorik Schellekens 2020-07-20 20:02:21 +01:00
parent b3fa855bd8
commit c3ffbdbdbc
6 changed files with 13 additions and 13 deletions

View file

@ -39,8 +39,8 @@ declare global {
mx_RebrandListener: RebrandListener;
mx_RoomListStore: RoomListStoreClass;
mx_RoomListLayoutStore: RoomListLayoutStore;
mxPlatformPeg: PlatformPeg;
mxIntegrationManagers: typeof IntegrationManagers;
mx_PlatformPeg: PlatformPeg;
mx_IntegrationManagers: typeof IntegrationManagers;
}
// workaround for https://github.com/microsoft/TypeScript/issues/30933