Skip to content

Commit d064a5c

Browse files
committed
Merge branch 'ts6' into lmsousa
2 parents b558c0c + b077ac1 commit d064a5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • JsEngine/resources/pt/up/fe/specs/jsengine/test

JsEngine/resources/pt/up/fe/specs/jsengine/test/Graphs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Graphs {
2020
}
2121

2222
static addEdge(graph, sourceNode, targetNode, edgeData) {
23-
const _edgeData = edgeData ?? new GraphEdge();
23+
const _edgeData = edgeData ?? new EdgeData();
2424

2525
_edgeData.source = sourceNode.id();
2626
_edgeData.target = targetNode.id();

0 commit comments

Comments
 (0)