This commit is contained in:
Rachel Fenichel 2016-05-12 13:24:08 -07:00
parent 954b061e4a
commit 71d3023a50

View file

@ -83,6 +83,11 @@ Blockly.highlightedConnection_ = null;
*/
Blockly.localConnection_ = null;
/**
* All of the connections on blocks that are currently being dragged.
* @type {!Array.<!Blockly.Connection>}
* @private
*/
Blockly.draggingConnections_ = [];
/**