mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
Make isInsertionMarker public (#4525)
This commit is contained in:
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user