diff --git a/core/modules/widgets/edit-text.js b/core/modules/widgets/edit-text.js index f328feda5..4a9d669b2 100644 --- a/core/modules/widgets/edit-text.js +++ b/core/modules/widgets/edit-text.js @@ -138,7 +138,7 @@ EditTextWidget.prototype.execute = function() { this.editPlaceholder = this.getAttribute("placeholder"); this.editSize = this.getAttribute("size"); this.editAutoHeight = this.getAttribute("autoHeight","yes") === "yes"; - this.editMinHeight = this.getAttribute("minHeight",DEFAULT_MIN_TEXT_AREA_HEIGHT) + this.editMinHeight = this.getAttribute("minHeight",DEFAULT_MIN_TEXT_AREA_HEIGHT); this.editFocusPopup = this.getAttribute("focusPopup"); // Get the editor element tag and type var tag,type;