diff --git a/core/flyout_base.js b/core/flyout_base.js index e1361460d..9e33f98cb 100644 --- a/core/flyout_base.js +++ b/core/flyout_base.js @@ -616,7 +616,7 @@ Blockly.Flyout.prototype.createButton_ = function(btnInfo, isLabel) { * defined as disabled. * @param {!Element} blockXml The xml of the block. * @return {!Blockly.BlockSvg} The block created from the blockXml. - * @private + * @protected */ Blockly.Flyout.prototype.createBlock_ = function(blockXml) { var curBlock = /** @type {!Blockly.BlockSvg} */ ( @@ -683,7 +683,7 @@ Blockly.Flyout.prototype.addSeparatorGap_ = function(sepInfo, gaps, defaultGap) /** * Delete blocks, mats and buttons from a previous showing of the flyout. - * @private + * @protected */ Blockly.Flyout.prototype.clearOldBlocks_ = function() { // Delete any blocks from a previous showing.