More missing requires

This commit is contained in:
Rachel Fenichel
2021-01-12 12:38:21 -08:00
parent 9c8ab4f8c8
commit c9be2402bd
6 changed files with 17 additions and 1 deletions

View File

@@ -19,7 +19,10 @@ goog.require('Blockly.Events.CommentMove');
goog.require('Blockly.utils');
goog.require('Blockly.utils.Coordinate');
goog.requireType('Blockly.BlockDragSurfaceSvg');
goog.requireType('Blockly.BlockSvg');
goog.requireType('Blockly.IBubble');
goog.requireType('Blockly.WorkspaceSvg');
/**