mirror of
https://github.com/google/blockly.git
synced 2026-01-11 02:47:09 +01:00
jsdoc
This commit is contained in:
@@ -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_ = [];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user