mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
more type annotation updates
This commit is contained in:
parent
6070b9473d
commit
02fa8cb605
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ Blockly.Toolbox.TreeNode.prototype.onDoubleClick_ = function(e) {
|
|||
/**
|
||||
* A blank separator node in the tree.
|
||||
* @constructor
|
||||
* @extends {Blockly.Toolbox.prototype.TreeNode}
|
||||
* @extends {Blockly.Toolbox.TreeNode}
|
||||
*/
|
||||
Blockly.Toolbox.TreeSeparator = function() {
|
||||
Blockly.Toolbox.TreeNode.call(this, null, '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue