Mark the dragged connection manager deprecated

This commit is contained in:
Rachel Fenichel
2018-07-26 17:47:42 -07:00
parent df888eb32d
commit dfc1f0094b

View File

@@ -36,6 +36,7 @@ goog.require('goog.math.Coordinate');
* Class that controls updates to connections during drags. It is primarily
* responsible for finding the closest eligible connection and highlighting or
* unhiglighting it as needed during a drag.
* @deprecated July 2018. Use InsertionMarkerManager.
* @param {!Blockly.BlockSvg} block The top block in the stack being dragged.
* @constructor
*/