From 64121c913f65f183e67c3a775fc4623b37479be7 Mon Sep 17 00:00:00 2001 From: sussy layers dev <72522395+jwklong@users.noreply.github.com> Date: Tue, 6 Aug 2024 09:31:31 +0100 Subject: [PATCH] i did a whoops --- core/data_category.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/data_category.js b/core/data_category.js index 6c0eadc450..3d1ec26584 100644 --- a/core/data_category.js +++ b/core/data_category.js @@ -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',