From e99608a59243936dfe2e5f3aaa81411df3847f18 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Tue, 10 Jul 2018 10:51:41 +0530 Subject: allow expression in lterm --- js/Sources/CONST_m.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/Sources/CONST_m.js') diff --git a/js/Sources/CONST_m.js b/js/Sources/CONST_m.js index 53015ef6..fef8996f 100644 --- a/js/Sources/CONST_m.js +++ b/js/Sources/CONST_m.js @@ -66,7 +66,7 @@ function CONST_m() { } if (ok) { this.model.rpar = []; - [model,graphics,ok] = set_io(this.model,graphics,list(),list(nout,ot),[],[]); + [this.model,graphics,ok] = set_io(this.model,graphics,list(),list(nout,ot),[],[]); graphics.exprs = exprs; this.x.graphics = graphics; this.x.model = this.model; -- cgit