From 4922cdccd3a35808787c9db9cce23e87b10d4036 Mon Sep 17 00:00:00 2001 From: Monica Kozbial Date: Fri, 11 Dec 2020 15:56:00 -0800 Subject: [PATCH] Make isInsertionMarker public (#4525) --- core/block.js | 1 - 1 file changed, 1 deletion(-) diff --git a/core/block.js b/core/block.js index cc3442522..b66da2f60 100644 --- a/core/block.js +++ b/core/block.js @@ -839,7 +839,6 @@ Blockly.Block.prototype.setShadow = function(shadow) { /** * Get whether this block is an insertion marker block or not. * @return {boolean} True if an insertion marker. - * @package */ Blockly.Block.prototype.isInsertionMarker = function() { return this.isInsertionMarker_;