diff --git a/core/dragged_connection_manager.js b/core/dragged_connection_manager.js index 1b2642280..211ec8bf4 100644 --- a/core/dragged_connection_manager.js +++ b/core/dragged_connection_manager.js @@ -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 */