Make bumpNeighbours public. (#3156)

This commit is contained in:
Sam El-Husseini
2019-10-03 19:31:55 -07:00
committed by GitHub
parent e4cc2217e6
commit 80aac249ea
2 changed files with 0 additions and 2 deletions

View File

@@ -539,7 +539,6 @@ Blockly.Block.prototype.lastConnectionInStack = function() {
/**
* Bump unconnected blocks out of alignment. Two blocks which aren't actually
* connected should not coincidentally line up on screen.
* @package
*/
Blockly.Block.prototype.bumpNeighbours = function() {
console.warn('Not expected to reach Block.bumpNeighbours function. ' +

View File

@@ -1566,7 +1566,6 @@ Blockly.BlockSvg.prototype.makeConnection_ = function(type) {
/**
* Bump unconnected blocks out of alignment. Two blocks which aren't actually
* connected should not coincidentally line up on screen.
* @package
*/
Blockly.BlockSvg.prototype.bumpNeighbours = function() {
if (!this.workspace) {