Correcting output of the logic_null block.

This commit is contained in:
Andrew n marshall
2017-02-13 14:47:39 -08:00
parent 6b692a0802
commit 2e8d107682

View File

@@ -201,7 +201,7 @@ Blockly.defineBlocksWithJsonArray([ // BEGIN JSON EXTRACT
{
"type": "logic_null",
"message0": "%{BKY_LOGIC_NULL}",
"output": "null",
"output": null,
"colour": "%{BKY_LOGIC_HUE}",
"tooltip": "%{BKY_LOGIC_NULL_TOOLTIP}",
"helpUrl": "%{BKY_LOGIC_NULL_HELPURL}"