mirror of
https://github.com/google/blockly.git
synced 2026-01-09 18:10:08 +01:00
Remove duplicate declaration
This commit is contained in:
@@ -223,13 +223,6 @@ Field.prototype.visible_ = true;
|
||||
*/
|
||||
Field.prototype.enabled_ = true;
|
||||
|
||||
/**
|
||||
* Can the field value be changed using the editor on an editable block?
|
||||
* @type {boolean}
|
||||
* @protected
|
||||
*/
|
||||
Field.prototype.enabled_ = true;
|
||||
|
||||
/**
|
||||
* The element the click handler is bound to.
|
||||
* @type {Element}
|
||||
|
||||
Reference in New Issue
Block a user