mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
Fix event related missing requires (#4656)
* Fix event related missing requires
This commit is contained in:
@@ -19,6 +19,9 @@ goog.provide('Blockly');
|
||||
goog.require('Blockly.constants');
|
||||
goog.require('Blockly.browserEvents');
|
||||
goog.require('Blockly.Events');
|
||||
goog.require('Blockly.Events.BlockCreate');
|
||||
goog.require('Blockly.Events.FinishedLoading');
|
||||
goog.require('Blockly.Events.VarCreate');
|
||||
goog.require('Blockly.Events.Ui');
|
||||
goog.require('Blockly.Events.UiBase');
|
||||
goog.require('Blockly.inject');
|
||||
|
||||
Reference in New Issue
Block a user