diff options
Diffstat (limited to 'js/Misc/generic_block2.js')
-rw-r--r-- | js/Misc/generic_block2.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Misc/generic_block2.js b/js/Misc/generic_block2.js index 4e44d3df..aa827d03 100644 --- a/js/Misc/generic_block2.js +++ b/js/Misc/generic_block2.js @@ -108,7 +108,7 @@ function generic_block2() { } dep_ut = [this.depu,this.dept]; if (ok) { - [model,graphics,ok] = check_io(this.model,graphics,this.i,this.o,this.ci,this.co); + [this.model,graphics,ok] = check_io(this.model,graphics,this.i,this.o,this.ci,this.co); } if (ok) { if (this.funtyp==3) { |