File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,12 +75,12 @@ function exampleGraphStar() {
7575 graphUIClicked ( 281 , 235 ) ;
7676 twoNodesClicked ( 0 , 1 ) ;
7777 twoNodesClicked ( 2 , 0 ) ;
78+ twoNodesClicked ( 1 , 2 ) ;
7879 twoNodesClicked ( 1 , 3 ) ;
7980 twoNodesClicked ( 1 , 4 ) ;
8081 twoNodesClicked ( 1 , 5 ) ;
8182 twoNodesClicked ( 1 , 6 ) ;
8283 twoNodesClicked ( 1 , 7 ) ;
83- twoNodesClicked ( 1 , 2 ) ;
8484 twoNodesClicked ( 2 , 3 ) ;
8585 twoNodesClicked ( 3 , 4 ) ;
8686 twoNodesClicked ( 4 , 5 ) ;
Original file line number Diff line number Diff line change @@ -91,12 +91,12 @@ function exampleGraphStar() {
9191
9292 twoNodesClicked ( 0 , 1 ) ;
9393 twoNodesClicked ( 2 , 0 ) ;
94+ twoNodesClicked ( 1 , 2 ) ;
9495 twoNodesClicked ( 1 , 3 ) ;
9596 twoNodesClicked ( 1 , 4 ) ;
9697 twoNodesClicked ( 1 , 5 ) ;
9798 twoNodesClicked ( 1 , 6 ) ;
9899 twoNodesClicked ( 1 , 7 ) ;
99- twoNodesClicked ( 1 , 2 ) ;
100100 twoNodesClicked ( 2 , 3 ) ;
101101 twoNodesClicked ( 3 , 4 ) ;
102102 twoNodesClicked ( 4 , 5 ) ;
You can’t perform that action at this time.
0 commit comments