Make FieldDropdown menu_ field protected (#4453)

This commit is contained in:
Monica Kozbial
2020-11-18 14:21:13 -08:00
committed by GitHub
parent 17ec24e6cb
commit 31cf78abc9

View File

@@ -108,7 +108,7 @@ Blockly.FieldDropdown = function(menuGenerator, opt_validator, opt_config) {
/**
* The dropdown menu.
* @type {Blockly.Menu}
* @private
* @protected
*/
this.menu_ = null;