Remove duplicate declaration

This commit is contained in:
kozbial
2021-09-22 10:09:27 -07:00
parent 900dfc7c68
commit b956fa758f

View File

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