diff options
author | ASP1234 | 2016-06-23 17:43:40 +0000 |
---|---|---|
committer | ASP1234 | 2016-06-23 17:43:40 +0000 |
commit | c4bbedaddbc62254bc0f7a5303e03f032555a186 (patch) | |
tree | 9bd0060c6ad4c15b9af1ced8c91ed40ab79c63d6 /data_structures_correct/CBLOCK.js | |
parent | 6b46d4b44f9a2fa710d0ab772a2e1f2958b11907 (diff) | |
download | xcos-on-web-c4bbedaddbc62254bc0f7a5303e03f032555a186.tar.gz xcos-on-web-c4bbedaddbc62254bc0f7a5303e03f032555a186.tar.bz2 xcos-on-web-c4bbedaddbc62254bc0f7a5303e03f032555a186.zip |
Minor Fix
Diffstat (limited to 'data_structures_correct/CBLOCK.js')
-rw-r--r-- | data_structures_correct/CBLOCK.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data_structures_correct/CBLOCK.js b/data_structures_correct/CBLOCK.js index 2b6eb15..5acb078 100644 --- a/data_structures_correct/CBLOCK.js +++ b/data_structures_correct/CBLOCK.js @@ -2,11 +2,11 @@ function CBLOCK() { CBLOCK.prototype.define = function CBLOCK() { this.in1 = 1; - this.out = 1; - this.clkin = []; - this.clkout = []; - this.x0 = []; - this.z0 = []; + this.out = 1; + this.clkin = []; + this.clkout = []; + this.x0 = []; + this.z0 = []; this.typ = "c"; this.auto = []; this.rpar = []; |