diff --git a/core/connection.js b/core/connection.js index 0d1757c38..2539f1044 100644 --- a/core/connection.js +++ b/core/connection.js @@ -244,7 +244,6 @@ Blockly.Connection.prototype.isConnected = function() { * @param {Blockly.Connection} target Connection to check compatibility with. * @return {number} Blockly.Connection.CAN_CONNECT if the connection is legal, * an error code otherwise. - * @package */ Blockly.Connection.prototype.canConnectWithReason = function(target) { if (!target) {