diff options
Diffstat (limited to 'data_structures_correct/IFTHEL_f.js')
-rw-r--r-- | data_structures_correct/IFTHEL_f.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data_structures_correct/IFTHEL_f.js b/data_structures_correct/IFTHEL_f.js index ebe8c6e..95971dc 100644 --- a/data_structures_correct/IFTHEL_f.js +++ b/data_structures_correct/IFTHEL_f.js @@ -49,7 +49,7 @@ function IFTHEL_f() { this.x.graphics.in_implicit = new ScilabString(["E"]); // changed this.x.graphics.in_label = new ScilabString([""]); - this, x.graphics.in_style = new ScilabString(["ExplicitInputPort;align=left;verticalAlign=middle;spacing=10.0;rotation=0"]); + this.x.graphics.in_style = new ScilabString(["ExplicitInputPort;align=left;verticalAlign=middle;spacing=10.0;rotation=0"]); this.x.graphics.style = new ScilabString(["IFTHEL_f"]); return new BasicBlock(this.x); } |