We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5730b3b commit faaed0cCopy full SHA for faaed0c
LayoutTreeNode.js
@@ -1,7 +1,5 @@
1
class LayoutTreeNode {
2
constructor(value) {
3
- //if (!value) //### TODO
4
- // throw new Error("LayoutTreeNode: Value cannot be null.");
5
this._value = value;
6
this._thread = null;
7
this._ancestor = null;
0 commit comments