Add Blockly.constants dependency to utils/toolbox.js (#4360)

This commit is contained in:
michellammertink
2020-10-12 20:53:49 +02:00
committed by GitHub
parent ae4f894233
commit b27231c0e3

View File

@@ -16,6 +16,8 @@ goog.provide('Blockly.utils.toolbox');
goog.requireType('Blockly.ToolboxCategory');
goog.requireType('Blockly.ToolboxSeparator');
goog.require("Blockly.constants");
/**
* The information needed to create a block in the toolbox.
* @typedef {{