Merge pull request #140 from trodi/master

add another type annotation
This commit is contained in:
Neil Fraser 2015-07-28 10:34:13 -07:00
commit 96eb72187a

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;