Skip to content

Commit 14fa1b5

Browse files
author
Walter Bender
committed
missing that = this
1 parent 026ce6c commit 14fa1b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/blocks.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,8 @@ function Blocks () {
507507
this._makeNewBlockWithConnections('vspace', newPos, [null, null], vspaceAdjuster, [thisBlock, nextBlock, newPos, 0, n]);
508508
};
509509

510+
var that = this;
511+
510512
function howManyVSpaceBlocksBelow(blk) {
511513
// Need to know how many vspace blocks are below the block
512514
// we're checking against.

0 commit comments

Comments
 (0)