From 71d3023a50498cb6454d96bd4baae7c3c57887c9 Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Thu, 12 May 2016 13:24:08 -0700 Subject: [PATCH] jsdoc --- core/blockly.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/blockly.js b/core/blockly.js index 6091c139d..17e24966f 100644 --- a/core/blockly.js +++ b/core/blockly.js @@ -83,6 +83,11 @@ Blockly.highlightedConnection_ = null; */ Blockly.localConnection_ = null; +/** + * All of the connections on blocks that are currently being dragged. + * @type {!Array.} + * @private + */ Blockly.draggingConnections_ = []; /**