diff --git a/core/connection.js b/core/connection.js index 3d90ca6c..fe8ac063 100644 --- a/core/connection.js +++ b/core/connection.js @@ -37,6 +37,7 @@ goog.require('goog.dom'); * @constructor */ Blockly.Connection = function(source, type) { + /** @type {!Blockly.Block} */ this.sourceBlock_ = source; /** @type {Blockly.Connection} */ this.targetConnection = null;