mirror of
https://github.com/google/blockly.git
synced 2026-01-18 22:37:09 +01:00
committed by
Sam El-Husseini
parent
f4f9a67903
commit
b9dd13cde0
@@ -80,10 +80,10 @@ Blockly.utils.object.inherits(Blockly.RenderedConnection, Blockly.Connection);
|
||||
* @package
|
||||
*/
|
||||
Blockly.RenderedConnection.prototype.dispose = function() {
|
||||
Blockly.RenderedConnection.superClass_.dispose.call(this);
|
||||
if (this.tracked_) {
|
||||
this.db_.removeConnection(this, this.y_);
|
||||
}
|
||||
Blockly.RenderedConnection.superClass_.dispose.call(this);
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user