mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
Fix ordering of requires
Search and replace of a name strikes again.
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user