Add description and reorder requires

This commit is contained in:
kozbial
2021-08-06 18:00:35 -07:00
committed by Monica Kozbial
parent b834d9026b
commit b636c79ac0
2 changed files with 2 additions and 1 deletions

View File

@@ -104,6 +104,7 @@ const WorkspaceComment = function(workspace, content, height, width, opt_id) {
this.content_ = content;
/**
* Whether this comment has been disposed.
* @protected
* @type {boolean}
*/

View File

@@ -71,8 +71,8 @@ goog.requireType('Blockly.ScrollbarPair');
goog.requireType('Blockly.Theme');
goog.requireType('Blockly.Trashcan');
goog.requireType('Blockly.VariableModel');
goog.requireType('Blockly.WorkspaceCommentSvg');
goog.requireType('Blockly.WorkspaceComment');
goog.requireType('Blockly.WorkspaceCommentSvg');
goog.requireType('Blockly.ZoomControls');