mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
Alphabetize require statements.
Search and replace for userAgent didn’t take into account alphabetic ordering. Also some line wraping.
This commit is contained in:
@@ -32,10 +32,10 @@
|
||||
*/
|
||||
goog.provide('Blockly.utils');
|
||||
|
||||
goog.require('Blockly.utils.Coordinate');
|
||||
goog.require('Blockly.Msg');
|
||||
goog.require('Blockly.utils.userAgent');
|
||||
goog.require('Blockly.utils.Coordinate');
|
||||
goog.require('Blockly.utils.string');
|
||||
goog.require('Blockly.utils.userAgent');
|
||||
|
||||
goog.require('goog.style');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user