mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
Make mutator an optional module. (#3048)
This commit is contained in:
@@ -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'] = {
|
||||
|
||||
Reference in New Issue
Block a user