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 e9d53f3 commit 36a5bac
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>}
* @dict {!Object<string,Object>}
*/
const Blocks = Object.create(null);

Expand Down

0 comments on commit 36a5bac

Please sign in to comment.