Private/protected visibility cleanup (#3263)

* Fix a number of private visibility issues
This commit is contained in:
Sam El-Husseini
2019-10-16 11:48:09 -05:00
committed by GitHub
parent 01b6992efd
commit 986e965be8
22 changed files with 38 additions and 19 deletions

View File

@@ -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.