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

@@ -27,9 +27,9 @@
goog.provide('Blockly.TouchGesture');
goog.require('Blockly.utils.Coordinate');
goog.require('Blockly.Gesture');
goog.require('Blockly.utils');
goog.require('Blockly.utils.Coordinate');
/*