mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
Add Blockly.constants dependency to utils/toolbox.js (#4360)
This commit is contained in:
@@ -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 {{
|
||||
|
||||
Reference in New Issue
Block a user