mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
Adding all blocks to the compilation. (#1877)
Correct the procedures require listed in the comment.
This commit is contained in:
committed by
GitHub
parent
1223fd35ff
commit
402f2bc38c
@@ -8,12 +8,11 @@ goog.require('Blockly.Constants.Logic');
|
||||
goog.require('Blockly.Constants.Loops');
|
||||
goog.require('Blockly.Constants.Math');
|
||||
goog.require('Blockly.Constants.Text');
|
||||
// TODO: Add the following. Expecting additional warnings.
|
||||
//goog.require('Blockly.Constants.Lists');
|
||||
//goog.require('Blockly.Constants.Colour');
|
||||
//goog.require('Blockly.Constants.Variables');
|
||||
//goog.require('Blockly.Constants.VariablesDynamic');
|
||||
//goog.require('Blockly.Constants.procedures');
|
||||
goog.require('Blockly.Constants.Lists');
|
||||
goog.require('Blockly.Constants.Colour');
|
||||
goog.require('Blockly.Constants.Variables');
|
||||
goog.require('Blockly.Constants.VariablesDynamic');
|
||||
goog.require('Blockly.Blocks.procedures');
|
||||
|
||||
Main.init = function() {
|
||||
Blockly.inject('blocklyDiv', {
|
||||
|
||||
Reference in New Issue
Block a user