Correction to logic_ternary type check (#920)

This commit is contained in:
Andrew n marshall
2017-02-08 10:16:59 -08:00
committed by GitHub
parent d97edf0dde
commit 49c9c024e4

View File

@@ -231,7 +231,7 @@ Blockly.defineBlocksWithJsonArray([ // BEGIN JSON EXTRACT
"name": "ELSE"
}
],
"output": true,
"output": null,
"colour": "%{BKY_LOGIC_HUE}",
"tooltip": "%{BKY_LOGIC_TERNARY_TOOLTIP}",
"helpUrl": "%{BKY_LOGIC_TERNARY_HELPURL}",