mirror of
https://github.com/google/blockly.git
synced 2026-01-22 08:17:09 +01:00
Update Blockly.Blocks type annotation
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user