Commit 93c371bc authored by Neil Fraser's avatar Neil Fraser

Merge pull request #152 from AllisonLamm/master

more type annotation updates
parents be4805e3 02fa8cb6
...@@ -407,7 +407,7 @@ Blockly.Toolbox.TreeNode.prototype.onDoubleClick_ = function(e) { ...@@ -407,7 +407,7 @@ Blockly.Toolbox.TreeNode.prototype.onDoubleClick_ = function(e) {
/** /**
* A blank separator node in the tree. * A blank separator node in the tree.
* @constructor * @constructor
* @extends {Blockly.Toolbox.prototype.TreeNode} * @extends {Blockly.Toolbox.TreeNode}
*/ */
Blockly.Toolbox.TreeSeparator = function() { Blockly.Toolbox.TreeSeparator = function() {
Blockly.Toolbox.TreeNode.call(this, null, '', Blockly.Toolbox.TreeNode.call(this, null, '',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment