add another type annotation

This commit is contained in:
Troy McKinnon 2015-07-27 14:18:43 -05:00
parent d5e1abd7c2
commit 37a3c74aea

View file

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