diff --git a/core/connection.js b/core/connection.js index 4fafba222..d727f97c8 100644 --- a/core/connection.js +++ b/core/connection.js @@ -235,6 +235,7 @@ Blockly.Connection.prototype.connect_ = function(childConnection) { /** * Dispose of this connection. Deal with connected blocks and remove this * connection from the database. + * @package */ Blockly.Connection.prototype.dispose = function() {