From ae4f894233b4d5010e3c0ba009f9b1164458cc71 Mon Sep 17 00:00:00 2001 From: alschmiedt Date: Mon, 12 Oct 2020 11:20:28 -0700 Subject: [PATCH] Make private methods protected (#4365) --- core/flyout_base.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.