summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorASP12342016-06-23 17:43:40 +0000
committerASP12342016-06-23 17:43:40 +0000
commitc4bbedaddbc62254bc0f7a5303e03f032555a186 (patch)
tree9bd0060c6ad4c15b9af1ced8c91ed40ab79c63d6
parent6b46d4b44f9a2fa710d0ab772a2e1f2958b11907 (diff)
downloadxcos-on-web-c4bbedaddbc62254bc0f7a5303e03f032555a186.tar.gz
xcos-on-web-c4bbedaddbc62254bc0f7a5303e03f032555a186.tar.bz2
xcos-on-web-c4bbedaddbc62254bc0f7a5303e03f032555a186.zip
Minor Fix
-rw-r--r--data_structures_correct/CBLOCK.js10
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 = [];