Add type check to loop param.

This commit is contained in:
Neil Fraser
2015-06-24 10:34:53 -07:00
parent 4858d9ecfe
commit aa746641fa
2 changed files with 2 additions and 1 deletions

View File

@@ -142,6 +142,7 @@ Blockly.Blocks['controls_for'] = {
{
"type": "input_value",
"name": "TO",
"check": "Number",
"align": "RIGHT"
},
{