mirror of
https://github.com/google/blockly.git
synced 2026-01-17 05:47:10 +01:00
This is a list of scripts to load (in order) once the required modules have been bootstrapped. We do this using goog.addDependency to make the first script depend on the required modules, then each subsequent script depend on the previous one, and then finally goog.bootstrapping the last such script.