mirror of
https://github.com/google/blockly.git
synced 2026-01-08 09:30:06 +01:00
Improve accuracy of goog.require calls.
This commit is contained in:
@@ -29,7 +29,6 @@ goog.provide('Blockly');
|
||||
|
||||
// Blockly core dependencies.
|
||||
goog.require('Blockly.BlockSvg');
|
||||
goog.require('Blockly.Connection');
|
||||
goog.require('Blockly.FieldAngle');
|
||||
goog.require('Blockly.FieldCheckbox');
|
||||
goog.require('Blockly.FieldColour');
|
||||
@@ -50,12 +49,6 @@ goog.require('Blockly.utils');
|
||||
|
||||
// Closure dependencies.
|
||||
goog.require('goog.color');
|
||||
goog.require('goog.dom');
|
||||
goog.require('goog.events');
|
||||
goog.require('goog.string');
|
||||
goog.require('goog.ui.ColorPicker');
|
||||
goog.require('goog.ui.DatePicker');
|
||||
goog.require('goog.ui.tree.TreeControl');
|
||||
goog.require('goog.userAgent');
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user