mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
IE 11 doesn't allow the same property to be set on an object twice in strict mode. (#3586)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user