Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyMakesThings authored Feb 12, 2024
1 parent 55fd62e commit 79cfc22
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions core/data_category.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,13 +233,13 @@ Blockly.DataCategory.addDeleteOfList = function(xmlList, variable) {
* @param {?Blockly.VariableModel} variable Variable to select in the field.
*/

//Blockly.DataCategory.addDeleteAllOfList = function(xmlList, variable) {
// <block type="data_deletealloflist">
// <field name="LIST" variabletype="list" id="">variablename</field>
// </block>
//Blockly.DataCategory.addBlock(xmlList, variable, 'data_deletealloflist',
// 'LIST');
//};
//Blockly.DataCategory.addDeleteAllOfList = function(xmlList, variable) {
// // <block type="data_deletealloflist">
// // <field name="LIST" variabletype="list" id="">variablename</field>
// // </block>
// Blockly.DataCategory.addBlock(xmlList, variable, 'data_deletealloflist',
// 'LIST');
//};

/**
* Construct and add a data_insertatlist block to xmlList.
Expand Down

0 comments on commit 79cfc22

Please sign in to comment.