Type annotation

This commit is contained in:
Rachel Fenichel
2019-11-25 16:50:03 -08:00
parent 17b40dfc67
commit 8d92b05e6a

View File

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