diff options
author | Adhitya Kamakshidasan | 2016-07-09 12:58:47 +0530 |
---|---|---|
committer | GitHub | 2016-07-09 12:58:47 +0530 |
commit | 26e1ad4749ed9e00be7c9d0d7ae0bef935a1fab1 (patch) | |
tree | c88f56fa957153858b71ef0cf17fe7bec2830354 /data_structures_correct/IFTHEL_f.js | |
parent | d0d6a3fa9a7ccd92179fbafea830b9d446e69d77 (diff) | |
parent | 9bd5e32dab6215e70d8eefa730650fb420896238 (diff) | |
download | xcos-on-web-26e1ad4749ed9e00be7c9d0d7ae0bef935a1fab1.tar.gz xcos-on-web-26e1ad4749ed9e00be7c9d0d7ae0bef935a1fab1.tar.bz2 xcos-on-web-26e1ad4749ed9e00be7c9d0d7ae0bef935a1fab1.zip |
Merge pull request #154 from ASP1234/master
Fix IFTHEL_f Block
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); } |