PR Comments

This commit is contained in:
alschmiedt
2021-06-10 15:36:46 -07:00
parent aa2c92c5b4
commit 61f76e8d1d
+2 -2
View File
@@ -88,7 +88,7 @@ Blockly.BlockDragger = function(block, workspace) {
* A list of all of the icons (comment, warning, and mutator) that are
* on this block and its descendants. Moving an icon moves the bubble that
* extends from it if that bubble is open.
* @type {Array.<!Object>}
* @type {Array<!Object>}
* @protected
*/
this.dragIconData_ = Blockly.BlockDragger.initIconData_(block);
@@ -179,7 +179,7 @@ Blockly.BlockDragger.prototype.startDrag = function(
* Whether or not we should disconnect the block when a drag is started.
* @param {boolean} healStack Whether or not to heal the stack after
* disconnecting.
* @returns {boolean} True to disconnect the block, false otherwise.
* @return {boolean} True to disconnect the block, false otherwise.
* @protected
*/
Blockly.BlockDragger.prototype.shouldDisconnect_ = function(healStack) {