diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-10-10 23:41:18 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-10-10 23:41:18 +0800 |
commit | c05e801573afe59aba7829fefe621803948444b3 (patch) | |
tree | 2d0e51243e37b2361fd4932ce8d2d7c9d6506dbf /src/Layout.mjs | |
parent | d5851a2dfe728a5b5cd4e913df31e9b63baed99b (diff) |
[WIP] jsdoc
Diffstat (limited to 'src/Layout.mjs')
-rw-r--r-- | src/Layout.mjs | 2 |
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 | */ |
98 | export class Overlay extends Layout { | 98 | export 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 | ||