mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
use correct class name
This commit is contained in:
@@ -71,7 +71,7 @@ Blockly.Blocks['controls_repeat'] = {
|
||||
"message0": Blockly.Msg.CONTROLS_REPEAT_TITLE,
|
||||
"args0": [
|
||||
{
|
||||
"type": "field_input",
|
||||
"type": "field_number",
|
||||
"name": "TIMES",
|
||||
"text": "10"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user