mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
Remove @package (#3961)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user