IE 11 doesn't allow the same property to be set on an object twice in strict mode. (#3586)

This commit is contained in:
Sam El-Husseini
2020-01-14 13:10:18 -08:00
committed by GitHub
parent 6bd6bdefbc
commit 4f07776dd9

View File

@@ -723,11 +723,10 @@ Blockly.defineBlocksWithJsonArray([ // BEGIN JSON EXTRACT
"text": "default"
}
],
"style": "math_blocks",
"style": "textInput",
"tooltip": "",
"helpUrl": "",
"output": "String",
"style": "textInput"
"output": "String"
},
{
"type": "test_fields_multilinetext",