mirror of
https://github.com/google/blockly.git
synced 2026-01-11 02:47:09 +01:00
Make FieldDropdown menu_ field protected (#4453)
This commit is contained in:
@@ -108,7 +108,7 @@ Blockly.FieldDropdown = function(menuGenerator, opt_validator, opt_config) {
|
||||
/**
|
||||
* The dropdown menu.
|
||||
* @type {Blockly.Menu}
|
||||
* @private
|
||||
* @protected
|
||||
*/
|
||||
this.menu_ = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user