Skip to content

Commit faaed0c

Browse files
committed
add parse tree customization settings
1 parent 5730b3b commit faaed0c

File tree

3 files changed

+148
-46
lines changed

3 files changed

+148
-46
lines changed

LayoutTreeNode.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
class LayoutTreeNode {
22
constructor(value) {
3-
//if (!value) //### TODO
4-
// throw new Error("LayoutTreeNode: Value cannot be null.");
53
this._value = value;
64
this._thread = null;
75
this._ancestor = null;

0 commit comments

Comments
 (0)