From b956fa758f3838e0ac9d6aaaeaec59feb3338c49 Mon Sep 17 00:00:00 2001 From: kozbial Date: Wed, 22 Sep 2021 10:09:27 -0700 Subject: [PATCH] Remove duplicate declaration --- core/field.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/core/field.js b/core/field.js index bfa69b2fd..4be8dfd63 100644 --- a/core/field.js +++ b/core/field.js @@ -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}