Make block comments an optional module. (#3053)

Measured as a 5 KB *increase* in code size, but that's because some other commit just landed between my tests. It's like running down an up escalator.
This commit is contained in:
Neil Fraser
2019-09-19 14:53:28 -07:00
committed by GitHub
parent 57c8e3dded
commit a1e3973499
6 changed files with 39 additions and 19 deletions

View File

@@ -28,6 +28,7 @@ goog.provide('Blockly.Blocks.procedures');
goog.require('Blockly');
goog.require('Blockly.Blocks');
goog.require('Blockly.Comment');
goog.require('Blockly.FieldCheckbox');
goog.require('Blockly.FieldLabel');
goog.require('Blockly.FieldTextInput');