@leafer/layout 1.0.0-beta.10 → 1.0.0-beta.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leafer/layout",
3
- "version": "1.0.0-beta.10",
3
+ "version": "1.0.0-beta.12",
4
4
  "description": "@leafer/layout",
5
5
  "author": "Chao (Leafer) Wan",
6
6
  "license": "MIT",
@@ -19,10 +19,10 @@
19
19
  "leaferjs"
20
20
  ],
21
21
  "dependencies": {
22
- "@leafer/math": "1.0.0-beta.10",
23
- "@leafer/platform": "1.0.0-beta.10"
22
+ "@leafer/math": "1.0.0-beta.12",
23
+ "@leafer/platform": "1.0.0-beta.12"
24
24
  },
25
25
  "devDependencies": {
26
- "@leafer/interface": "1.0.0-beta.10"
26
+ "@leafer/interface": "1.0.0-beta.12"
27
27
  }
28
28
  }
package/src/LeafLayout.ts CHANGED
@@ -266,8 +266,6 @@ export class LeafLayout implements ILeafLayout {
266
266
  }
267
267
  }
268
268
 
269
- public destroy(): void {
270
- this.leaf = null
271
- }
269
+ public destroy(): void { }
272
270
 
273
271
  }