diff options
| author | stonedDiscord <Tukz@gmx.de> | 2023-09-20 11:52:34 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2023-09-20 11:52:34 +0200 |
| commit | 5fc20f9dd53fe4d32be08d538782baa47c67853c (patch) | |
| tree | ba0994a4c3a7b090d3732f7381b96e92ee365249 /webAO/ui.js | |
| parent | 4db738e6e5e3287c3621501a01988ab90eed447e (diff) | |
make eslint a lot happier
Diffstat (limited to 'webAO/ui.js')
| -rw-r--r-- | webAO/ui.js | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/webAO/ui.js b/webAO/ui.js index 0baad1d..69d4905 100644 --- a/webAO/ui.js +++ b/webAO/ui.js @@ -1,6 +1,4 @@ -/* eslint indent: ["error", 2] */ - -import { GoldenLayout } from "golden-layout"; +import { GoldenLayout } from 'golden-layout'; const config = { settings: { @@ -73,5 +71,4 @@ golden.registerComponentFactoryFunction('template', (container, componentState) // TODO: support multiple locales // container.setTitle(document.querySelector(`#${componentState.id} meta[name='frame-title']`).getAttribute("content")); }); -golden.loadLayout(config) - +golden.loadLayout(config); |
