mirror of
https://github.com/google/blockly.git
synced 2026-01-09 18:10:08 +01:00
add another type annotation
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user