mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-07-30 15:49:47 -04:00
Improve accuracy of goog.require calls.
This commit is contained in:
parent
0c0258c833
commit
c9addf7e31
29 changed files with 173 additions and 146 deletions
core
|
@ -29,6 +29,7 @@ goog.provide('Blockly.Variables');
|
|||
// TODO(scr): Fix circular dependencies
|
||||
// goog.require('Blockly.Block');
|
||||
goog.require('Blockly.Workspace');
|
||||
goog.require('goog.string');
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue