From 59ab86c9fb6caab707461f72205d2a664d857803 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Mon, 31 Jan 2022 15:09:03 +0100 Subject: [PATCH] Fix build --- State.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/State.ts b/State.ts index d6125bcefb..9a0f478162 100644 --- a/State.ts +++ b/State.ts @@ -12,7 +12,6 @@ export default class State extends FeaturePipelineState { constructor(layoutToUse: LayoutConfig) { super(layoutToUse) - window["mapcomplete_state"]= this; }