1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Add new analytics schema and fix tslint issues

This commit is contained in:
tobspr
2020-05-24 16:54:18 +02:00
parent de597b66e8
commit 9806b1df6c
4 changed files with 8 additions and 5 deletions

View File

@@ -122,6 +122,7 @@ export class MainMenuState extends GameState {
const closeLoader = this.dialogs.showLoadingDialog();
const reader = new FileReader();
reader.addEventListener("load", event => {
// @ts-ignore
const contents = event.target.result;
let realContent;