Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 9446639

Browse files
author
Jelte Lagendijk
committed
Fix #30 RenderNode is not a constructor
1 parent aecee22 commit 9446639

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

dist/TreeView.mpk

-12.6 KB
Binary file not shown.

src/TreeView/widget/TreeView/RenderEdge.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ define([
103103
}
104104

105105
if (!found) {
106-
new RenderNode(this.tree.dict[childguid], this.parent, this.type);
106+
new RenderNode.constructor(this.tree.dict[childguid], this.parent, this.type);
107107
}
108108
}
109109
},

test/widgets/TreeView.mpk

-12.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)