Skip to content

Commit aa0d8ff

Browse files
committed
Swap Child appears to be working. Time to tested a deeply nested set.
1 parent 87d52bd commit aa0d8ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/bringToTop.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function create() {
5656
}
5757

5858
function runChange () {
59-
changeOrder(a, c);
59+
changeOrder(a, f);
6060
}
6161

6262
function changeOrder (node1, node2) {

0 commit comments

Comments
 (0)