Make isInsertionMarker public (#4525)

This commit is contained in:
Monica Kozbial
2020-12-11 15:56:00 -08:00
committed by GitHub
parent 210991f296
commit 4922cdccd3

View File

@@ -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_;