Skip to content

Commit 7dd8fe4

Browse files
committed
Liten endring i eksemplet
1 parent f5c87c8 commit 7dd8fe4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Diff for: Graphs/js/graphStructureController.js

-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ function exampleGraphAllConnected() {
108108
twoNodesClicked(2, 5);
109109
twoNodesClicked(1, 5);
110110
twoNodesClicked(1, 4);
111-
twoNodesClicked(6, 7);
112111
twoNodesClicked(3, 6);
113112
twoNodesClicked(4, 7);
114113
instantCollapseAll();

Diff for: Graphs/js/graphStructureController.ts

-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ function exampleGraphAllConnected() {
126126
twoNodesClicked(2, 5);
127127
twoNodesClicked(1, 5);
128128
twoNodesClicked(1, 4);
129-
twoNodesClicked(6, 7);
130129
twoNodesClicked(3, 6);
131130
twoNodesClicked(4, 7);
132131
instantCollapseAll();

0 commit comments

Comments
 (0)