mirror of
https://github.com/google/blockly.git
synced 2026-01-06 16:40:07 +01:00
Make mutator an optional module. (#3048)
This commit is contained in:
@@ -36,6 +36,7 @@ goog.require('Blockly');
|
||||
goog.require('Blockly.Blocks');
|
||||
goog.require('Blockly.FieldDropdown');
|
||||
goog.require('Blockly.FieldLabel');
|
||||
goog.require('Blockly.Mutator');
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@@ -36,6 +36,7 @@ goog.require('Blockly');
|
||||
goog.require('Blockly.Blocks');
|
||||
goog.require('Blockly.FieldDropdown');
|
||||
goog.require('Blockly.FieldLabel');
|
||||
goog.require('Blockly.Mutator');
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@@ -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'] = {
|
||||
|
||||
@@ -34,6 +34,7 @@ goog.require('Blockly.FieldImage');
|
||||
goog.require('Blockly.FieldMultilineInput');
|
||||
goog.require('Blockly.FieldTextInput');
|
||||
goog.require('Blockly.FieldVariable');
|
||||
goog.require('Blockly.Mutator');
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user