diff options
author | ASP1234 | 2016-07-09 06:20:43 +0000 |
---|---|---|
committer | ASP1234 | 2016-07-09 06:20:43 +0000 |
commit | 2fa3e8e5b4e136db1925842ec6d979692f46c570 (patch) | |
tree | b2297b70861eaab0b0763b021ac9e9f3af6f8b1f /data_structures_correct | |
parent | 9dca28dfc8255370d720fd23af6dff32ce730839 (diff) | |
download | xcos-on-web-2fa3e8e5b4e136db1925842ec6d979692f46c570.tar.gz xcos-on-web-2fa3e8e5b4e136db1925842ec6d979692f46c570.tar.bz2 xcos-on-web-2fa3e8e5b4e136db1925842ec6d979692f46c570.zip |
Fix IFTHEL_f Block
Diffstat (limited to 'data_structures_correct')
-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); } |