Fix ordering of requires

Search and replace of a name strikes again.
This commit is contained in:
Neil Fraser
2019-06-06 21:01:32 -07:00
committed by Neil Fraser
parent 02e9b25f03
commit a9fdf7844a
18 changed files with 21 additions and 21 deletions

View File

@@ -30,11 +30,11 @@
*/
goog.provide('Blockly.ContextMenu');
goog.require('Blockly.utils.Coordinate');
goog.require('Blockly.Events');
goog.require('Blockly.Events.BlockCreate');
goog.require('Blockly.Msg');
goog.require('Blockly.utils');
goog.require('Blockly.utils.Coordinate');
goog.require('Blockly.utils.dom');
goog.require('Blockly.utils.uiMenu');
goog.require('Blockly.utils.userAgent');