mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
Require constants in workspaceSvg, which uses them during initialization.
This commit is contained in:
parent
b8651e1597
commit
e02e695bde
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ goog.provide('Blockly.WorkspaceSvg');
|
|||
// TODO(scr): Fix circular dependencies
|
||||
//goog.require('Blockly.BlockSvg');
|
||||
goog.require('Blockly.ConnectionDB');
|
||||
goog.require('Blockly.constants');
|
||||
goog.require('Blockly.Options');
|
||||
goog.require('Blockly.ScrollbarPair');
|
||||
goog.require('Blockly.Trashcan');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue