From 55cae6ec857a5ead1cd5306095fbbe876d2618af Mon Sep 17 00:00:00 2001 From: Maribeth Bottorff Date: Thu, 31 Mar 2022 17:35:37 -0700 Subject: [PATCH] fix: update extraState property in serializer typedefs (#6057) * fix: add quotes to serializer typedefs * fix: update typedef Co-authored-by: Beka Westberg * fix: update typedef Co-authored-by: Beka Westberg Co-authored-by: Beka Westberg --- core/serialization/blocks.js | 2 +- core/utils/toolbox.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/serialization/blocks.js b/core/serialization/blocks.js index 6aabb08ee..673f9c607 100644 --- a/core/serialization/blocks.js +++ b/core/serialization/blocks.js @@ -60,7 +60,7 @@ exports.ConnectionState = ConnectionState; * enabled: (boolean|undefined), * inline: (boolean|undefined), * data: (string|undefined), - * extra-state: (*|undefined), + * extraState: (*|undefined), * icons: (!Object|undefined), * fields: (!Object|undefined), * inputs: (!Object|undefined), diff --git a/core/utils/toolbox.js b/core/utils/toolbox.js index 0324c0b29..947aebe09 100644 --- a/core/utils/toolbox.js +++ b/core/utils/toolbox.js @@ -40,7 +40,7 @@ const {ToolboxSeparator} = goog.requireType('Blockly.ToolboxSeparator'); * collapsed: (boolean|undefined), * inline: (boolean|undefined), * data: (string|undefined), - * extra-state: (*|undefined), + * extraState: (*|undefined), * icons: (!Object|undefined), * fields: (!Object|undefined), * inputs: (!Object|undefined),