summaryrefslogtreecommitdiff
path: root/js/Sources/TIME_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sources/TIME_f.js')
-rw-r--r--js/Sources/TIME_f.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/Sources/TIME_f.js b/js/Sources/TIME_f.js
index 4fbd512e..6a4e8b94 100644
--- a/js/Sources/TIME_f.js
+++ b/js/Sources/TIME_f.js
@@ -2,9 +2,9 @@
function TIME_f() {
TIME_f.prototype.define = function TIME_f() {
this.model = scicos_model();
- this.model.sim = new ScilabString("timblk");
- this.model.out = new ScilabDouble(1);
- this.model.blocktype = new ScilabString("c");
+ this.model.sim = new ScilabString(["timblk"]);
+ this.model.out = new ScilabDouble([1]);
+ this.model.blocktype = new ScilabString(["c"]);
this.model.dep_ut = [false,true];
gr_i = [];
this.x = standard_define([2,2],this.model,[],gr_i);