mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
Merge pull request #599 from rachel-fenichel/bugfix/missing_require
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