mirror of
https://github.com/google/blockly.git
synced 2026-01-08 09:30:06 +01:00
Correct requires for goog.math.*
This commit is contained in:
@@ -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');
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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');
|
||||
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -30,6 +30,7 @@ goog.require('Blockly.Connection');
|
||||
goog.require('Blockly.utils');
|
||||
|
||||
goog.require('goog.dom');
|
||||
goog.require('goog.math.Coordinate');
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@@ -31,6 +31,7 @@ goog.require('Blockly.utils');
|
||||
|
||||
goog.require('goog.dom');
|
||||
goog.require('goog.events.BrowserFeature');
|
||||
goog.require('goog.math.Coordinate');
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -33,6 +33,7 @@ goog.require('Blockly.utils');
|
||||
goog.require('Blockly.WorkspaceComment');
|
||||
|
||||
goog.require('goog.dom');
|
||||
goog.require('goog.math.Coordinate');
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user