Add private annotation

This commit is contained in:
Rachel Fenichel
2018-11-19 13:00:10 -08:00
parent a8b0b90c6f
commit ef23820b83

View File

@@ -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) {