diff --git a/core/renderers/common/constants.js b/core/renderers/common/constants.js index 2594bf272..05312b5c9 100644 --- a/core/renderers/common/constants.js +++ b/core/renderers/common/constants.js @@ -197,7 +197,7 @@ Blockly.blockRendering.ConstantProvider = function() { /** * The height of an empty inline input. - * @type {[type]} + * @type {number} */ this.EMPTY_INLINE_INPUT_HEIGHT = this.TAB_HEIGHT + 11;