Skip to content

Commit

Permalink
missing that = this
Browse files Browse the repository at this point in the history
  • Loading branch information
Walter Bender committed Mar 31, 2017
1 parent 026ce6c commit 14fa1b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,8 @@ function Blocks () {
this._makeNewBlockWithConnections('vspace', newPos, [null, null], vspaceAdjuster, [thisBlock, nextBlock, newPos, 0, n]);
};

var that = this;

function howManyVSpaceBlocksBelow(blk) {
// Need to know how many vspace blocks are below the block
// we're checking against.
Expand Down

0 comments on commit 14fa1b5

Please sign in to comment.