Fix #986. Looks like the original PR just forgot this block. (#992)

This commit is contained in:
picklesrus
2017-03-23 10:20:42 -07:00
committed by GitHub
parent 23f645dfc7
commit 36fa5f6016

View File

@@ -118,7 +118,8 @@ Blockly.defineBlocksWithJsonArray([ // BEGIN JSON EXTRACT
"nextStatement": null,
"colour": "%{BKY_LOGIC_HUE}",
"tooltip": "%{BKYCONTROLS_IF_TOOLTIP_2}",
"helpUrl": "%{BKY_CONTROLS_IF_HELPURL}"
"helpUrl": "%{BKY_CONTROLS_IF_HELPURL}",
"extensions": ["controls_if_tooltip"]
},
// Block for comparison operator.
{