diff options
Diffstat (limited to 'js/Events/IFTHEL_f.js')
-rw-r--r-- | js/Events/IFTHEL_f.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Events/IFTHEL_f.js b/js/Events/IFTHEL_f.js index 8af180bd..bdb52c06 100644 --- a/js/Events/IFTHEL_f.js +++ b/js/Events/IFTHEL_f.js @@ -53,7 +53,7 @@ function IFTHEL_f() { if (this.inh!=1) { this.inh = []; } - [model,graphics,ok] = check_io(this.model,graphics,1,[],this.inh,[[1],[1]]); + [this.model,graphics,ok] = check_io(this.model,graphics,1,[],this.inh,[[1],[1]]); if (ok) { graphics.exprs = exprs; this.model.evtin = this.inh; |