mirror of
https://github.com/google/blockly.git
synced 2026-01-19 23:07:21 +01:00
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:
committed by
Rachel Fenichel
parent
631c978174
commit
2514976e80
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user