summaryrefslogtreecommitdiff
path: root/js/Sinks/TRASH_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sinks/TRASH_f.js')
-rw-r--r--js/Sinks/TRASH_f.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/Sinks/TRASH_f.js b/js/Sinks/TRASH_f.js
index cf48b38b..bd5dea22 100644
--- a/js/Sinks/TRASH_f.js
+++ b/js/Sinks/TRASH_f.js
@@ -8,9 +8,9 @@ function TRASH_f() {
this.model.evtin = new ScilabDouble([1]);
this.model.blocktype = new ScilabString(["d"]);
this.model.dep_ut = new ScilabBoolean([false,false]);
- this.exprs = " ";
- this.gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"TRASH_f\",sz(1),sz(2));"]);
- this.x = new standard_define(new ScilabDouble([2,2]),this.model,new ScilabString([this.exprs]),this.gr_i);
+ var exprs = " ";
+ var gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"TRASH_f\",sz(1),sz(2));"]);
+ this.x = new standard_define(new ScilabDouble([2,2]),this.model,new ScilabString([exprs]),gr_i);
return new BasicBlock(this.x);
}
TRASH_f.prototype.details = function TRASH_f() {