diff options
-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 = []; |