From 98a51d52f3097d97e9154bd85ed230555d263e94 Mon Sep 17 00:00:00 2001 From: crosshj Date: Sat, 9 Jul 2022 14:54:03 -0400 Subject: [PATCH] Update index.html --- test/index.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/test/index.html b/test/index.html index 4125adc..86472ba 100644 --- a/test/index.html +++ b/test/index.html @@ -1,7 +1,7 @@ - + - + Layout Test @@ -13,17 +13,17 @@ + const layoutConfig = { + parent: document.body + children: [ + { iframe: "tree.html" }, + { iframe: "editor.html" }, + { iframe: "terminal.html" }, + ] + }; + new Layout(layoutConfig); +