mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
commit
96eb72187a
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue