mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
Require constants in workspaceSvg, which uses them during initialization.
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user