fix
This commit is contained in:
parent
9c0913bdb4
commit
745c008c9c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class DiagramNode {
|
||||||
children: Array<DiagramNode>;
|
children: Array<DiagramNode>;
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
id: number;
|
id: number,
|
||||||
x: number,
|
x: number,
|
||||||
y: number,
|
y: number,
|
||||||
width: number,
|
width: number,
|
||||||
|
|
Loading…
Add table
Reference in a new issue