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 6a37086 commit c3f591d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions blocks_vertical/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ Blockly.Blocks['data_showvariable'] = {

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

Blockly.Blocks['data_listcontents'] = {
/**
* List reporter that outputs a raw array.
* List reporter.
* @this Blockly.Block
*/
init: function() {
Expand All @@ -196,7 +195,7 @@ Blockly.Blocks['data_listcontents'] = {

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

0 comments on commit c3f591d

Please sign in to comment.