Skip to content

Commit

Permalink
i did a whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
jwklong authored Aug 6, 2024
1 parent 6ca8b7b commit 64121c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/data_category.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Blockly.VariableCategory.ListCategory = function(workspace) {
Blockly.VariableCategory.addItemOfList(xmlList, firstList);
Blockly.VariableCategory.addItemNumberOfList(xmlList, firstList);
Blockly.VariableCategory.addBlock(xmlList, firstList, 'data_amountinlist',
['VALUE', 'text', "foo"], 'LIST');
'LIST', ['VALUE', 'text', "foo"]);
Blockly.VariableCategory.addLengthOfList(xmlList, firstList);
Blockly.VariableCategory.addListContainsItem(xmlList, firstList);
Blockly.VariableCategory.addBlock(xmlList, firstList, 'data_itemexistslist', 'LIST',
Expand Down

0 comments on commit 64121c9

Please sign in to comment.