mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-06 11:09:54 -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
|
@ -27,6 +27,8 @@
|
|||
goog.provide('Blockly.Toolbox');
|
||||
|
||||
goog.require('Blockly.Flyout');
|
||||
goog.require('goog.dom');
|
||||
goog.require('goog.events');
|
||||
goog.require('goog.events.BrowserFeature');
|
||||
goog.require('goog.html.SafeHtml');
|
||||
goog.require('goog.math.Rect');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue