mirror of
https://github.com/google/blockly.git
synced 2026-01-11 10:57:07 +01:00
release: Merge branch 'develop' into rc/v11.0.0
This commit is contained in:
@@ -251,7 +251,6 @@ export class JavascriptGenerator extends CodeGenerator {
|
||||
* @param code The JavaScript code created for this block.
|
||||
* @param thisOnly True to generate code for only this statement.
|
||||
* @returns JavaScript code with comments and subsequent blocks added.
|
||||
* @protected
|
||||
*/
|
||||
scrub_(block: Block, code: string, thisOnly = false): string {
|
||||
let commentCode = '';
|
||||
|
||||
Reference in New Issue
Block a user