mirror of
https://github.com/google/blockly.git
synced 2026-01-04 15:40:08 +01:00
Private/protected visibility cleanup (#3263)
* Fix a number of private visibility issues
This commit is contained in:
@@ -988,7 +988,7 @@ FactoryUtils.cleanXml = function(xml) {
|
||||
return newXml;
|
||||
};
|
||||
|
||||
/*
|
||||
/**
|
||||
* Checks if a block has a variable field. Blocks with variable fields cannot
|
||||
* be shadow blocks.
|
||||
* @param {Blockly.Block} block The block to check if a variable field exists.
|
||||
|
||||
Reference in New Issue
Block a user