diff --git a/index.html b/index.html index 7aee4d0..34ad682 100644 --- a/index.html +++ b/index.html @@ -61,8 +61,12 @@ + + + + diff --git a/js/Clock.js b/js/Clock.js index 259b908..e401db3 100644 --- a/js/Clock.js +++ b/js/Clock.js @@ -47,7 +47,6 @@ function Clock(sideLength) { block.distFromHex = MainClock.sideLength / 2 * Math.sqrt(3) + block.height * this.blocks[lane].length; this.blocks[lane].push(block); block.attachedLane = lane; - block.parentArr = this.blocks[lane]; consolidateBlocks(this, lane, this.blocks[lane].length - 1); };