diff options
Diffstat (limited to 'js/Sources/TIME_f.js')
-rw-r--r-- | js/Sources/TIME_f.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Sources/TIME_f.js b/js/Sources/TIME_f.js index 6a4e8b94..de546604 100644 --- a/js/Sources/TIME_f.js +++ b/js/Sources/TIME_f.js @@ -6,7 +6,7 @@ function TIME_f() { this.model.out = new ScilabDouble([1]); this.model.blocktype = new ScilabString(["c"]); this.model.dep_ut = [false,true]; - gr_i = []; + var gr_i = []; this.x = standard_define([2,2],this.model,[],gr_i); return new BasicBlock(this.x); } |