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