aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-10-10 23:41:18 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-10-10 23:41:18 +0800
commitc05e801573afe59aba7829fefe621803948444b3 (patch)
tree2d0e51243e37b2361fd4932ce8d2d7c9d6506dbf
parentd5851a2dfe728a5b5cd4e913df31e9b63baed99b (diff)
[WIP] jsdoc
-rw-r--r--src/Layout.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Layout.mjs b/src/Layout.mjs
index 7b14926..1eedbaf 100644
--- a/src/Layout.mjs
+++ b/src/Layout.mjs
@@ -97,7 +97,7 @@ export class SideBySide extends Layout {
97 */ 97 */
98export class Overlay extends Layout { 98export class Overlay extends Layout {
99 /** 99 /**
100 * @type {} 100 * @type {String} name - Name of Layout
101 */ 101 */
102 name = 'overlay' 102 name = 'overlay'
103 103