aboutsummaryrefslogtreecommitdiff
path: root/webAO/ui.js
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/ui.js')
-rw-r--r--webAO/ui.js7
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);