Skip to content

Commit

Permalink
Update Blockly.Blocks type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
kozbial committed Jul 16, 2021
1 parent 4b5d1b9 commit 748852e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 748852e

Please sign in to comment.