mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-13 06:29:31 -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
|
@ -29,6 +29,7 @@ goog.provide('Blockly.FieldTextInput');
|
|||
goog.require('Blockly.Field');
|
||||
goog.require('Blockly.Msg');
|
||||
goog.require('goog.asserts');
|
||||
goog.require('goog.dom');
|
||||
goog.require('goog.userAgent');
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue