Add require statements to all block files.

This commit is contained in:
Neil Fraser
2019-09-17 11:28:30 -07:00
committed by Neil Fraser
parent 8b3d48b148
commit 0add3a5e3e
10 changed files with 53 additions and 13 deletions

View File

@@ -32,8 +32,11 @@
goog.provide('Blockly.Blocks.logic'); // Deprecated
goog.provide('Blockly.Constants.Logic');
goog.require('Blockly.Blocks');
goog.require('Blockly');
goog.require('Blockly.Blocks');
goog.require('Blockly.FieldDropdown');
goog.require('Blockly.FieldLabel');
/**
* Unused constant for the common HSV hue for all blocks in this category.