mirror of
https://github.com/google/blockly.git
synced 2026-01-10 18:37:09 +01:00
Remove now unneeded requires from compile test.
This commit is contained in:
@@ -2,11 +2,6 @@ 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');
|
||||
|
||||
Reference in New Issue
Block a user