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