Correct requires for goog.math.*

This commit is contained in:
Neil Fraser
2018-06-29 14:26:11 -07:00
committed by Neil Fraser
parent 0583bee502
commit 51e86263c7
10 changed files with 9 additions and 6 deletions

View File

@@ -35,6 +35,7 @@ goog.require('Blockly.utils');
goog.require('Blockly.utils.uiMenu');
goog.require('goog.events');
goog.require('goog.math.Coordinate');
goog.require('goog.style');
goog.require('goog.ui.Menu');
goog.require('goog.ui.MenuItem');

View File

@@ -32,8 +32,6 @@ goog.provide('Blockly.Events');
goog.require('Blockly.utils');
goog.require('goog.math.Coordinate');
/**
* Group ID for new events. Grouped events are indivisible.

View File

@@ -31,6 +31,7 @@ goog.require('Blockly.Msg');
goog.require('Blockly.utils');
goog.require('goog.dom');
goog.require('goog.math.Coordinate');
goog.require('goog.userAgent');

View File

@@ -32,6 +32,8 @@ goog.require('Blockly.utils');
goog.require('Blockly.VariableModel');
goog.require('Blockly.Variables');
goog.require('goog.math.Size');
/**
* Class for a variable's dropdown field.

View File

@@ -28,8 +28,6 @@ goog.provide('Blockly.FlyoutDragger');
goog.require('Blockly.WorkspaceDragger');
goog.require('goog.math.Coordinate');
/**
* Class for a flyout dragger. It moves a flyout workspace around when it is

View File

@@ -30,6 +30,7 @@ goog.require('Blockly.Connection');
goog.require('Blockly.utils');
goog.require('goog.dom');
goog.require('goog.math.Coordinate');
/**

View File

@@ -31,6 +31,7 @@ goog.require('Blockly.utils');
goog.require('goog.dom');
goog.require('goog.events.BrowserFeature');
goog.require('goog.math.Coordinate');
/**

View File

@@ -29,6 +29,8 @@ goog.provide('Blockly.WorkspaceCommentSvg.render');
goog.require('Blockly.utils');
goog.require('Blockly.WorkspaceCommentSvg');
goog.require('goog.math.Coordinate');
/**
* Size of the resize icon.

View File

@@ -33,6 +33,7 @@ goog.require('Blockly.utils');
goog.require('Blockly.WorkspaceComment');
goog.require('goog.dom');
goog.require('goog.math.Coordinate');
/**

View File

@@ -32,8 +32,6 @@ goog.provide('Blockly.WorkspaceDragSurfaceSvg');
goog.require('Blockly.utils');
goog.require('goog.math.Coordinate');
/**
* Blocks are moved into this SVG during a drag, improving performance.