aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-10-11 00:12:01 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-10-11 00:12:01 +0800
commit3ed5047f7ffdc019f80715dbbe8f30712987d942 (patch)
tree88effc341ea4a80c7c41b1b46cd78c2fcce76b01
parent33d67956772f57eb3c6a911e58d412c9f08fcbd8 (diff)
refactor: remove unnecessary name of Layout Class
-rw-r--r--src/Layout.mjs10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/Layout.mjs b/src/Layout.mjs
index 1eedbaf..83b92a7 100644
--- a/src/Layout.mjs
+++ b/src/Layout.mjs
@@ -36,11 +36,6 @@ export class Layout {
36 */ 36 */
37export class SideBySide extends Layout { 37export class SideBySide extends Layout {
38 /** 38 /**
39 * @type {}
40 */
41 name = 'side-by-side'
42
43 /**
44 * Handler called when entering the Side-By-Side layout 39 * Handler called when entering the Side-By-Side layout
45 * 40 *
46 * @param {Object} options - The options object 41 * @param {Object} options - The options object
@@ -97,11 +92,6 @@ export class SideBySide extends Layout {
97 */ 92 */
98export class Overlay extends Layout { 93export class Overlay extends Layout {
99 /** 94 /**
100 * @type {String} name - Name of Layout
101 */
102 name = 'overlay'
103
104 /**
105 * saveLeftTopAsData. 95 * saveLeftTopAsData.
106 * 96 *
107 * @param {} element 97 * @param {} element