Skip to content

Commit 54428e8

Browse files
clean up mess from merge editor
1 parent 4f9127e commit 54428e8

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

blocks_vertical/control.js

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -517,22 +517,8 @@ Blockly.Blocks['control_all_at_once'] = {
517517
*/
518518
init: function() {
519519
this.jsonInit({
520-
"message0": Blockly.Msg.CONTROL_FOREACHINRANGE,
520+
"message0": Blockly.Msg.CONTROL_ALLATONCE,
521521
"message1": "%1", // Statement
522-
"args0": [
523-
{
524-
"type": "input_value",
525-
"name": "ITEM"
526-
},
527-
{
528-
"type": "input_value",
529-
"name": "FROM"
530-
},
531-
{
532-
"type": "input_value",
533-
"name": "TO"
534-
}
535-
],
536522
"args1": [
537523
{
538524
"type": "input_statement",

0 commit comments

Comments
 (0)