Missing requires, r through v

This commit is contained in:
Rachel Fenichel
2021-02-17 14:52:06 -08:00
parent 05ab37690e
commit 107181d6f5
20 changed files with 42 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ goog.require('Blockly.utils.dom');
goog.require('Blockly.utils.Svg');
goog.requireType('Blockly.blockRendering.ConstantProvider');
goog.requireType('Blockly.blockRendering.InlineInput');
goog.requireType('Blockly.blockRendering.InRowSpacer');
goog.requireType('Blockly.BlockSvg');
goog.requireType('Blockly.RenderedConnection');