From a4b4f090714d65b48199a85a6e829733f172235a Mon Sep 17 00:00:00 2001 From: Beka Westberg Date: Fri, 2 Aug 2019 09:37:26 -0700 Subject: [PATCH] Fixed connection dispose jsdoc. --- core/connection.js | 1 + 1 file changed, 1 insertion(+) 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() {