mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
Merge pull request #554 from drigz/cleanup/double-require
Remove duplicated FieldNumber require
This commit is contained in:
commit
0b87100b2a
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ goog.require('Blockly.BlockSvg.render');
|
|||
goog.require('Blockly.DropDownDiv');
|
||||
goog.require('Blockly.Events');
|
||||
goog.require('Blockly.FieldAngle');
|
||||
goog.require('Blockly.FieldNumber');
|
||||
goog.require('Blockly.FieldCheckbox');
|
||||
goog.require('Blockly.FieldColour');
|
||||
// Date picker commented out since it increases footprint by 60%.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue