From b27231c0e3ed911ff22fa7a2dc673b7c71009bfe Mon Sep 17 00:00:00 2001 From: michellammertink <60326668+michellammertink@users.noreply.github.com> Date: Mon, 12 Oct 2020 20:53:49 +0200 Subject: [PATCH] Add Blockly.constants dependency to utils/toolbox.js (#4360) --- core/utils/toolbox.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/utils/toolbox.js b/core/utils/toolbox.js index 1defda31c..c95e51dcb 100644 --- a/core/utils/toolbox.js +++ b/core/utils/toolbox.js @@ -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 {{