Changed require's to be in correct lexicographical order.

This commit is contained in:
Beka Westberg
2019-01-26 07:03:47 -08:00
parent b4e643f22e
commit bad1b39502

View File

@@ -31,9 +31,9 @@
goog.provide('Blockly.Xml');
goog.require('Blockly.Events.BlockCreate');
goog.require('Blockly.Events.FinishedLoading');
goog.require('Blockly.Events.VarCreate');
goog.require('Blockly.Xml.utils');
goog.require('Blockly.Events.FinishedLoading');
/**