Remove @package (#3961)

This commit is contained in:
alschmiedt
2020-06-12 08:17:16 -07:00
committed by GitHub
parent 84e9802cdb
commit 8585ef111c

View File

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