Merge pull request #862 from AnmAtAnm/math-blocks

Correcting math_change color
This commit is contained in:
Rachel Fenichel
2017-01-23 17:05:24 -08:00
committed by GitHub

View File

@@ -224,7 +224,7 @@ Blockly.defineBlocksWithJsonArray([
],
"previousStatement": null,
"nextStatement": null,
"colour": "%{BKY_MATH_HUE}",
"colour": "%{BKY_VARIABLES_HUE}",
"helpUrl": "%{BKY_MATH_CHANGE_HELPURL}",
"extensions": ["math_change_tooltip"]
},