Make mutator an optional module. (#3048)

This commit is contained in:
Neil Fraser
2019-09-19 11:39:55 -07:00
committed by GitHub
parent 97268e665b
commit 84a814cda1
9 changed files with 13 additions and 5 deletions

View File

@@ -31,6 +31,7 @@ goog.require('Blockly.Blocks');
goog.require('Blockly.FieldCheckbox');
goog.require('Blockly.FieldLabel');
goog.require('Blockly.FieldTextInput');
goog.require('Blockly.Mutator');
Blockly.Blocks['procedures_defnoreturn'] = {