From 8241068630e5586afca4d22b37ad131d5f34895b Mon Sep 17 00:00:00 2001 From: Beka Westberg Date: Mon, 17 Dec 2018 15:29:25 -0800 Subject: [PATCH] Updated JSDoc. --- core/block_svg.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/block_svg.js b/core/block_svg.js index c467aa5bf..37ef35803 100644 --- a/core/block_svg.js +++ b/core/block_svg.js @@ -141,9 +141,9 @@ Blockly.BlockSvg.prototype.warningTextDb_ = null; Blockly.BlockSvg.INLINE = -1; /** - * Prefix to add to warnings that bubble up when the parent block is - * collapse. Allows us to remove the inherited warnings without removing the - * ones that belong to the block. + * ID to give the "collapsed warnings" warning. Allows us to remove the + * "collapsed warnings" warning without removing any warnings that belong to + * the block. * @type {string} * @const */