more type annotation updates

This commit is contained in:
Allison Lamm 2015-08-10 14:34:42 -05:00
parent 6070b9473d
commit 02fa8cb605

View file

@ -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, '',