mirror of
https://github.com/google/blockly.git
synced 2026-01-18 22:37:09 +01:00
Changed require's to be in correct lexicographical order.
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user