diff options
Diffstat (limited to 'js/Events/END_c.js')
-rw-r--r-- | js/Events/END_c.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Events/END_c.js b/js/Events/END_c.js index ec7627e1..ec27739d 100644 --- a/js/Events/END_c.js +++ b/js/Events/END_c.js @@ -3,7 +3,7 @@ function END_c() { END_c.prototype.define = function END_c() { this.tf = 100000000; this.model = scicos_model(); - this.model.sim = list("scicosexit",4); + this.model.sim = list(new ScilabString("scicosexit"),new ScilabDouble(4)); this.model.evtin = new ScilabDouble(1); this.model.evtout = new ScilabDouble(1); this.model.firing = new ScilabDouble(this.tf); |