diff options
Diffstat (limited to 'js/Branching/GOTO.js')
-rw-r--r-- | js/Branching/GOTO.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Branching/GOTO.js b/js/Branching/GOTO.js index 59694dfd..46623668 100644 --- a/js/Branching/GOTO.js +++ b/js/Branching/GOTO.js @@ -36,7 +36,7 @@ needcompile=resume(needcompile) GOTO.prototype.define = function GOTO() { model=scicos_model(); model.sim="goto"; -model.in=-1; +model.in1=-1; model.in2=-2; model.intyp=-1; model.out=[]; |