forked from MapComplete/MapComplete
Reformat all files with prettier
This commit is contained in:
parent
e22d189376
commit
b541d3eab4
382 changed files with 50893 additions and 35566 deletions
8
State.ts
8
State.ts
|
|
@ -1,5 +1,5 @@
|
|||
import LayoutConfig from "./Models/ThemeConfig/LayoutConfig";
|
||||
import FeaturePipelineState from "./Logic/State/FeaturePipelineState";
|
||||
import LayoutConfig from "./Models/ThemeConfig/LayoutConfig"
|
||||
import FeaturePipelineState from "./Logic/State/FeaturePipelineState"
|
||||
|
||||
/**
|
||||
* Contains the global state: a bunch of UI-event sources
|
||||
|
|
@ -8,11 +8,9 @@ import FeaturePipelineState from "./Logic/State/FeaturePipelineState";
|
|||
export default class State extends FeaturePipelineState {
|
||||
/* The singleton of the global state
|
||||
*/
|
||||
public static state: FeaturePipelineState;
|
||||
public static state: FeaturePipelineState
|
||||
|
||||
constructor(layoutToUse: LayoutConfig) {
|
||||
super(layoutToUse)
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue