diff --git a/core/connection.js b/core/connection.js index 9c60ea98b..11d26cbd4 100644 --- a/core/connection.js +++ b/core/connection.js @@ -341,6 +341,7 @@ Blockly.Connection.prototype.checkConnection_ = function(target) { * @param {!Blockly.Connection} candidate A nearby connection to check, which * must be a previous connection. * @return {boolean} True if the connection is allowed, false otherwise. + * @private */ Blockly.Connection.prototype.canConnectToPrevious_ = function(candidate) { if (this.targetConnection) {