Skip to content

Commit

Permalink
fix: update extraState property in serializer typedefs (google#6057)
Browse files Browse the repository at this point in the history
* fix: add quotes to serializer typedefs

* fix: update typedef

Co-authored-by: Beka Westberg <bwestberg@google.com>

* fix: update typedef

Co-authored-by: Beka Westberg <bwestberg@google.com>

Co-authored-by: Beka Westberg <bwestberg@google.com>
  • Loading branch information
maribethb and BeksOmega authored Apr 1, 2022
1 parent 05b47e2 commit 55cae6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/serialization/blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ exports.ConnectionState = ConnectionState;
* enabled: (boolean|undefined),
* inline: (boolean|undefined),
* data: (string|undefined),
* extra-state: (*|undefined),
* extraState: (*|undefined),
* icons: (!Object<string, *>|undefined),
* fields: (!Object<string, *>|undefined),
* inputs: (!Object<string, !ConnectionState>|undefined),
Expand Down
2 changes: 1 addition & 1 deletion core/utils/toolbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, *>|undefined),
* fields: (!Object<string, *>|undefined),
* inputs: (!Object<string, !ConnectionState>|undefined),
Expand Down

0 comments on commit 55cae6e

Please sign in to comment.