Addressing PR comments.

This commit is contained in:
kozbial
2019-09-16 11:25:38 -07:00
parent 02e5b77a20
commit 53cb811f78
2 changed files with 23 additions and 28 deletions

View File

@@ -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,