mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
Fix 10 warnings related to visibility (#3275)
This commit is contained in:
@@ -81,9 +81,9 @@ Blockly.keyboardAccessibilityMode = false;
|
||||
/**
|
||||
* All of the connections on blocks that are currently being dragged.
|
||||
* @type {!Array.<!Blockly.Connection>}
|
||||
* @private
|
||||
* @package
|
||||
*/
|
||||
Blockly.draggingConnections_ = [];
|
||||
Blockly.draggingConnections = [];
|
||||
|
||||
/**
|
||||
* Contents of the local clipboard.
|
||||
|
||||
Reference in New Issue
Block a user