summaryrefslogtreecommitdiff
path: root/js/Sources/RAND_m.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sources/RAND_m.js')
-rw-r--r--js/Sources/RAND_m.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Sources/RAND_m.js b/js/Sources/RAND_m.js
index e3eaf483..e6948b14 100644
--- a/js/Sources/RAND_m.js
+++ b/js/Sources/RAND_m.js
@@ -79,7 +79,7 @@ function RAND_m() {
ok = false;
}
if (ok) {
- [model,graphics,ok] = set_io(this.model,graphics,list([],[]),list(out,ot),1,[]);
+ [this.model,graphics,ok] = set_io(this.model,graphics,list([],[]),list(out,ot),1,[]);
if (ok) {
this.model.sim = list(new ScilabString([function_name]), new ScilabDouble([4]));
graphics.exprs = exprs;