mirror of
https://github.com/google/blockly.git
synced 2026-01-10 10:27:08 +01:00
more type annotation updates
This commit is contained in:
@@ -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, '',
|
||||
|
||||
Reference in New Issue
Block a user