Skip to content

Commit

Permalink
Update data.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyMakesThings authored Sep 22, 2024
1 parent bc5765e commit 6a37086
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion blocks_vertical/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ Blockly.Blocks['data_showvariable'] = {

Blockly.Blocks['data_hidevariable'] = {
/**
* @deprecated
* Block to hide a variable
* @this Blockly.Block
*/
Expand All @@ -170,7 +171,7 @@ Blockly.Blocks['data_hidevariable'] = {

Blockly.Blocks['data_listcontents'] = {
/**
* List reporter.
* List reporter that outputs a raw array.
* @this Blockly.Block
*/
init: function() {
Expand Down

0 comments on commit 6a37086

Please sign in to comment.