mirror of
https://github.com/google/blockly.git
synced 2026-01-08 09:30:06 +01:00
Addressing PR comments.
This commit is contained in:
@@ -57,8 +57,9 @@ Blockly.blockRendering.Debug = function() {
|
||||
};
|
||||
|
||||
/**
|
||||
* @type {!Object.<string, boolean>} Configuration object containing booleans
|
||||
* to enable and disable debug rendering of specific rendering components.
|
||||
* Configuration object containing booleans to enable and disable debug
|
||||
* rendering of specific rendering components.
|
||||
* @type {!Object.<string, boolean>}
|
||||
*/
|
||||
Blockly.blockRendering.Debug.config = {
|
||||
rowSpacers: true,
|
||||
|
||||
Reference in New Issue
Block a user