mirror of
https://github.com/google/blockly.git
synced 2026-06-17 08:35:12 +02:00
Changed require's to be in correct lexicographical order.
This commit is contained in:
+1
-1
@@ -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