Misc cleanup: annotations, and flyoutButton disposal.

This commit is contained in:
Rachel Fenichel
2019-10-03 10:40:43 -07:00
parent 77e64b39bc
commit 78dc82f7ac
3 changed files with 9 additions and 7 deletions

View File

@@ -48,7 +48,7 @@ Blockly.FlyoutButton = function(workspace, targetWorkspace, xml, isLabel) {
this.workspace_ = workspace;
/**
* @type {!Blockly.Workspace}
* @type {!Blockly.WorkspaceSvg}
* @private
*/
this.targetWorkspace_ = targetWorkspace;