Fixed connection dispose jsdoc.

This commit is contained in:
Beka Westberg
2019-08-02 09:37:26 -07:00
parent 8921fa96a9
commit a4b4f09071

View File

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