Fix 10 warnings related to visibility (#3275)

This commit is contained in:
Sam El-Husseini
2019-10-17 11:46:57 -05:00
committed by GitHub
parent 7f41532717
commit 526528354f
4 changed files with 8 additions and 8 deletions

View File

@@ -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.