From 4f07776dd95b0b2323b24bec3a323b672362f4e7 Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Tue, 14 Jan 2020 13:10:18 -0800 Subject: [PATCH] IE 11 doesn't allow the same property to be set on an object twice in strict mode. (#3586) --- tests/blocks/test_blocks.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/blocks/test_blocks.js b/tests/blocks/test_blocks.js index 3c1aa3992..1a32d4208 100644 --- a/tests/blocks/test_blocks.js +++ b/tests/blocks/test_blocks.js @@ -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",