mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
Fix compiled test. (#3030)
This commit is contained in:
committed by
Sam El-Husseini
parent
92eea22628
commit
51fedc6fdb
@@ -1,10 +1,13 @@
|
||||
goog.provide('Main');
|
||||
// Core
|
||||
// Either require 'Blockly.requires', or just the components you use:
|
||||
goog.require('Blockly');
|
||||
goog.require('Blockly.FieldDropdown');
|
||||
goog.require('Blockly.FieldImage');
|
||||
goog.require('Blockly.FieldNumber');
|
||||
goog.require('Blockly.FieldTextInput');
|
||||
goog.require('Blockly.FieldVariable');
|
||||
goog.require('Blockly.geras.Renderer');
|
||||
// Blocks
|
||||
goog.require('Blockly.Constants.Logic');
|
||||
goog.require('Blockly.Constants.Loops');
|
||||
|
||||
Reference in New Issue
Block a user