mirror of
https://github.com/google/blockly.git
synced 2026-01-09 18:10:08 +01:00
Add description and reorder requires
This commit is contained in:
@@ -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}
|
||||
*/
|
||||
|
||||
@@ -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');
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user