Fix typo in mixin name (#1375)

There was a typo in the name of the loop check mixin. Fixes the immediate issue though we should post a warning if trying to register a mixin that doesn't exist.
This commit is contained in:
RoboErikG
2017-10-20 15:18:19 -07:00
committed by Rachel Fenichel
parent 631c978174
commit 2514976e80

View File

@@ -295,7 +295,7 @@ Blockly.Extensions.register('controls_forEach_tooltip',
* @package
* @readonly
*/
Blockly.Constants.Loops.CONTROL_FLOW_CHECK_IN_LOOP_MIXIN = {
Blockly.Constants.Loops.CONTROL_FLOW_IN_LOOP_CHECK_MIXIN = {
/**
* List of block types that are loops and thus do not need warnings.
* To add a new loop type add this to your code: