From 36a5bacfb5e46e7c18a0d97a863dbfd03d9a7480 Mon Sep 17 00:00:00 2001 From: kozbial Date: Thu, 15 Jul 2021 18:15:52 -0700 Subject: [PATCH] Update Blockly.Blocks type annotation --- core/blocks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/blocks.js b/core/blocks.js index fadc629594c..74297b56774 100644 --- a/core/blocks.js +++ b/core/blocks.js @@ -19,7 +19,7 @@ goog.module.declareLegacyNamespace(); /** * A mapping of block type names to block prototype objects. - * @type {!Object} + * @dict {!Object} */ const Blocks = Object.create(null);