From 2514976e8037afd53bece52d746b0438a489b580 Mon Sep 17 00:00:00 2001 From: RoboErikG Date: Fri, 20 Oct 2017 15:18:19 -0700 Subject: [PATCH] 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. --- blocks/loops.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks/loops.js b/blocks/loops.js index 24321bfec..48d155ac5 100644 --- a/blocks/loops.js +++ b/blocks/loops.js @@ -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: