mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user