summaryrefslogtreecommitdiff
path: root/js/Misc/generic_block.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Misc/generic_block.js')
-rw-r--r--js/Misc/generic_block.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Misc/generic_block.js b/js/Misc/generic_block.js
index 17ce3c1a..702943ca 100644
--- a/js/Misc/generic_block.js
+++ b/js/Misc/generic_block.js
@@ -104,7 +104,7 @@ function generic_block() {
}
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) {