summaryrefslogtreecommitdiff
path: root/js/Sources/STEP.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sources/STEP.js')
-rw-r--r--js/Sources/STEP.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Sources/STEP.js b/js/Sources/STEP.js
index d2bb8443..2a5a4252 100644
--- a/js/Sources/STEP.js
+++ b/js/Sources/STEP.js
@@ -57,7 +57,7 @@ function STEP() {
if (ok) {
this.model.out2 = new ScilabDouble([1]);
this.model.outtyp = new ScilabDouble([1]);
- [model,graphics,ok] = check_io(this.model,graphics,[],size(this.fi,"*"),1,1);
+ [this.model,graphics,ok] = check_io(this.model,graphics,[],size(this.fi,"*"),1,1);
}
if (ok) {
this.model.firing = new ScilabDouble([this.temps]);