From c4bbedaddbc62254bc0f7a5303e03f032555a186 Mon Sep 17 00:00:00 2001 From: ASP1234 Date: Thu, 23 Jun 2016 17:43:40 +0000 Subject: Minor Fix --- data_structures_correct/CBLOCK.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'data_structures_correct/CBLOCK.js') 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 = []; -- cgit