Update Blockly.Blocks type annotation

This commit is contained in:
kozbial
2021-07-15 18:15:52 -07:00
committed by Monica Kozbial
parent d8c4541130
commit 99f8226655

View File

@@ -19,7 +19,7 @@ goog.module.declareLegacyNamespace();
/**
* A mapping of block type names to block prototype objects.
* @type {!Object<string,Object>}
* @type {!Object<string,!Object>}
*/
const Blocks = Object.create(null);