mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
Refactored renderContent() to use new attemptCodeGeneration() function, reducing code duplication. attemptCodeGeneration() now calls checkAllGeneratorFunctionsDefined() before running the generator.