adding the missing bracket

This commit is contained in:
Jidong Xiao
2025-03-26 11:43:56 -04:00
committed by JamesFlare
parent 73b283c87f
commit 1e9e14e83c

View File

@@ -370,7 +370,7 @@ function nextstep() {
stage.find('#node_'+7.5).fill("orange"); stage.find('#node_'+7.5).fill("orange");
layer.draw(); layer.draw();
pc = pc + 1; pc = pc + 1;
}else if(pc==2) }else if(pc==2){
// move 7.5 to 5 // move 7.5 to 5
stage.find('#node_'+7.5).x(650); stage.find('#node_'+7.5).x(650);
stage.find('#node_'+7.5).y(100); stage.find('#node_'+7.5).y(100);
@@ -384,6 +384,7 @@ function nextstep() {
stage.find('#nullptr').y(390); stage.find('#nullptr').y(390);
stage.find('#nullptr').show(); stage.find('#nullptr').show();
layer.draw(); layer.draw();
pc = pc + 1;
} }
}else if(key == 8){ }else if(key == 8){
line5.hide(); line5.hide();