Skip to content

Commit a627a53

Browse files
committed
Remove vasting of parent node (not needed, and causes circular reference in SVGmtable in typescript 4.3
1 parent 7981d2e commit a627a53

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

ts/output/svg/Wrappers/mtr.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
import {SVGWrapper, SVGConstructor, Constructor} from '../Wrapper.js';
2626
import {CommonMtrMixin} from '../../common/Wrappers/mtr.js';
2727
import {CommonMlabeledtrMixin} from '../../common/Wrappers/mtr.js';
28-
import {SVGmtable} from './mtable.js';
2928
import {SVGmtd} from './mtd.js';
3029
import {MmlMtr, MmlMlabeledtr} from '../../../core/MmlTree/MmlNodes/mtr.js';
3130

@@ -59,11 +58,6 @@ CommonMtrMixin<SVGmtd<any, any, any>, SVGConstructor<any, any, any>>(SVGWrapper)
5958
*/
6059
public static kind = MmlMtr.prototype.kind;
6160

62-
/**
63-
* The mtable in which this mtr appears
64-
*/
65-
public parent: SVGmtable<N, T, D>;
66-
6761
/**
6862
* The height of the row
6963
*/

0 commit comments

Comments
 (0)