From 8d92b05e6af2646bc80adfa9dedc8b9541665946 Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Mon, 25 Nov 2019 16:50:03 -0800 Subject: [PATCH] Type annotation --- core/renderers/common/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;