aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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