From 02fa8cb605407de05a048f9c8dc1830ac4cf6197 Mon Sep 17 00:00:00 2001 From: Allison Lamm Date: Mon, 10 Aug 2015 14:34:42 -0500 Subject: [PATCH] more type annotation updates --- core/toolbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/toolbox.js b/core/toolbox.js index 62eb20302..cdc8f0a82 100644 --- a/core/toolbox.js +++ b/core/toolbox.js @@ -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, '',