mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
Fix event related missing requires (#4656)
* Fix event related missing requires
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
goog.provide('Blockly.ContextMenuItems');
|
||||
|
||||
goog.require('Blockly.constants');
|
||||
goog.require('Blockly.Events');
|
||||
|
||||
goog.requireType('Blockly.BlockSvg');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user