Correct requires for goog.dom

This commit is contained in:
Neil Fraser
2018-06-29 12:50:52 -07:00
committed by Neil Fraser
parent 8f7674ea08
commit 0583bee502
14 changed files with 13 additions and 7 deletions

View File

@@ -28,6 +28,8 @@ goog.provide('Blockly.BlockAnimations');
goog.require('Blockly.utils');
goog.require('goog.dom');
/**
* PID of disconnect UI animation. There can only be one at a time.

View File

@@ -37,6 +37,7 @@ goog.provide('Blockly.Events.Move'); // Deprecated.
goog.require('Blockly.Events');
goog.require('Blockly.Events.Abstract');
goog.require('goog.dom');
goog.require('goog.math.Coordinate');

View File

@@ -28,8 +28,6 @@ goog.provide('Blockly.Connection');
goog.require('Blockly.Events.BlockMove');
goog.require('goog.dom');
/**
* Class for a connection between blocks.

View File

@@ -34,7 +34,6 @@ goog.require('Blockly.Events.BlockCreate');
goog.require('Blockly.utils');
goog.require('Blockly.utils.uiMenu');
goog.require('goog.dom');
goog.require('goog.events');
goog.require('goog.style');
goog.require('goog.ui.Menu');

View File

@@ -29,7 +29,6 @@ goog.provide('Blockly.FieldColour');
goog.require('Blockly.Field');
goog.require('Blockly.utils');
goog.require('goog.dom');
goog.require('goog.events');
goog.require('goog.style');
goog.require('goog.ui.ColorPicker');

View File

@@ -31,7 +31,6 @@ goog.require('Blockly.utils');
goog.require('goog.date');
goog.require('goog.date.DateTime');
goog.require('goog.dom');
goog.require('goog.events');
goog.require('goog.i18n.DateTimeSymbols');
goog.require('goog.i18n.DateTimeSymbols_he');

View File

@@ -32,7 +32,6 @@ goog.require('Blockly.FlyoutButton');
goog.require('Blockly.Flyout');
goog.require('Blockly.WorkspaceSvg');
goog.require('goog.dom');
goog.require('goog.math.Rect');
goog.require('goog.userAgent');

View File

@@ -32,7 +32,6 @@ goog.require('Blockly.Flyout');
goog.require('Blockly.FlyoutButton');
goog.require('Blockly.WorkspaceSvg');
goog.require('goog.dom');
goog.require('goog.math.Rect');
goog.require('goog.userAgent');

View File

@@ -37,6 +37,8 @@ goog.require('Blockly.Field');
goog.require('Blockly.Names');
goog.require('Blockly.Workspace');
goog.require('goog.dom');
/**
* Constant to separate procedure names from variables and generated functions

View File

@@ -29,6 +29,8 @@ goog.provide('Blockly.RenderedConnection');
goog.require('Blockly.Connection');
goog.require('Blockly.utils');
goog.require('goog.dom');
/**
* Class for a connection between blocks that may be rendered on screen.

View File

@@ -34,6 +34,8 @@ goog.require('Blockly.Blocks');
goog.require('Blockly.constants');
goog.require('Blockly.VariableModel');
goog.require('Blockly.Workspace');
goog.require('goog.dom');
goog.require('goog.string');

View File

@@ -32,6 +32,7 @@ goog.require('Blockly.Events.CommentDelete');
goog.require('Blockly.Events.CommentMove');
goog.require('Blockly.utils');
goog.require('goog.dom');
goog.require('goog.math.Coordinate');

View File

@@ -32,6 +32,8 @@ goog.require('Blockly.Events.CommentMove');
goog.require('Blockly.utils');
goog.require('Blockly.WorkspaceComment');
goog.require('goog.dom');
/**
* Class for a workspace comment's SVG representation.

View File

@@ -33,6 +33,7 @@ goog.provide('Blockly.Events.CommentMove');
goog.require('Blockly.Events');
goog.require('Blockly.Events.Abstract');
goog.require('goog.dom');
goog.require('goog.math.Coordinate');