summaryrefslogtreecommitdiff
path: root/js/Branching/CLKFROM.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Branching/CLKFROM.js')
-rw-r--r--js/Branching/CLKFROM.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Branching/CLKFROM.js b/js/Branching/CLKFROM.js
index 34481156..e194738f 100644
--- a/js/Branching/CLKFROM.js
+++ b/js/Branching/CLKFROM.js
@@ -9,7 +9,7 @@ function CLKFROM() {
this.model.firing = new ScilabDouble([-1]);
this.model.dep_ut = new ScilabBoolean([false,false]);
this.exprs = "A";
- this.x = new standard_define(new ScilabDouble([2,1]),this.model,this.exprs," ");
+ this.x = new standard_define(new ScilabDouble([2,1]),this.model,new ScilabString([this.exprs])," ");
this.x.graphics.id = "From";
return new BasicBlock(this.x);
}