mirror of
https://github.com/google/blockly.git
synced 2026-01-12 03:17:09 +01:00
Correct requires for goog.events
This commit is contained in:
@@ -37,7 +37,6 @@ goog.require('Blockly.utils');
|
||||
goog.require('Blockly.WorkspaceSvg');
|
||||
|
||||
goog.require('goog.dom');
|
||||
goog.require('goog.events');
|
||||
goog.require('goog.math.Rect');
|
||||
|
||||
|
||||
|
||||
@@ -31,8 +31,8 @@ goog.require('Blockly.Events');
|
||||
goog.require('Blockly.FlyoutButton');
|
||||
goog.require('Blockly.Flyout');
|
||||
goog.require('Blockly.WorkspaceSvg');
|
||||
|
||||
goog.require('goog.dom');
|
||||
goog.require('goog.events');
|
||||
goog.require('goog.math.Rect');
|
||||
goog.require('goog.userAgent');
|
||||
|
||||
|
||||
@@ -33,7 +33,6 @@ goog.require('Blockly.FlyoutButton');
|
||||
goog.require('Blockly.WorkspaceSvg');
|
||||
|
||||
goog.require('goog.dom');
|
||||
goog.require('goog.events');
|
||||
goog.require('goog.math.Rect');
|
||||
goog.require('goog.userAgent');
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ goog.provide('Blockly.ScrollbarPair');
|
||||
goog.require('Blockly.utils');
|
||||
|
||||
goog.require('goog.dom');
|
||||
goog.require('goog.events');
|
||||
goog.require('goog.events.BrowserFeature');
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@@ -32,7 +32,6 @@ goog.provide('Blockly.Touch');
|
||||
|
||||
goog.require('Blockly.utils');
|
||||
|
||||
goog.require('goog.events');
|
||||
goog.require('goog.events.BrowserFeature');
|
||||
|
||||
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
goog.provide('Blockly.utils');
|
||||
|
||||
goog.require('goog.dom');
|
||||
goog.require('goog.events.BrowserFeature');
|
||||
goog.require('goog.math.Coordinate');
|
||||
goog.require('goog.userAgent');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user