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