Correct requires for goog.events

This commit is contained in:
Neil Fraser
2018-06-29 12:43:58 -07:00
committed by Neil Fraser
parent 67a18036d0
commit 8f7674ea08
6 changed files with 2 additions and 6 deletions

View File

@@ -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');

View File

@@ -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');

View File

@@ -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');

View File

@@ -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');
/**

View File

@@ -32,7 +32,6 @@ goog.provide('Blockly.Touch');
goog.require('Blockly.utils');
goog.require('goog.events');
goog.require('goog.events.BrowserFeature');

View File

@@ -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');