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

@@ -26,8 +26,8 @@
goog.provide('Blockly.FlyoutButton');
goog.require('Blockly.utils.Coordinate');
goog.require('Blockly.utils');
goog.require('Blockly.utils.Coordinate');
goog.require('Blockly.utils.dom');