mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-21 02:20:37 -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
|
@ -32,7 +32,7 @@ goog.require('Blockly.ScrollbarPair');
|
|||
goog.require('Blockly.Trashcan');
|
||||
goog.require('Blockly.Workspace');
|
||||
goog.require('Blockly.Xml');
|
||||
goog.require('goog.math');
|
||||
goog.require('goog.dom');
|
||||
goog.require('goog.math.Coordinate');
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue