From ef23820b8382581486748184e45ea0d50fa45744 Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Mon, 19 Nov 2018 13:00:10 -0800 Subject: [PATCH] Add private annotation --- core/connection.js | 1 + 1 file changed, 1 insertion(+) 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) {