Fixed Xml goog.require's. Changed Blockly.Events.Ui functions to Blockly.Events.FinishedLoading.

This commit is contained in:
Beka Westberg
2019-01-25 17:08:30 -08:00
parent 22f11b937e
commit b4e643f22e
2 changed files with 3 additions and 2 deletions

View File

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