File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -767,6 +767,8 @@ const main = function() {
767767 Once MicroPyScript has loaded its configuration:
768768 - Register the default plugins (currently only pyScriptTag), so
769769 they can modify the config if required.
770+ - Download any files that need to be copied onto the interpreter's
771+ filesystem.
770772 - Load the Python interpreter into the browser.
771773 - Display the splash screen.
772774 */
@@ -803,7 +805,6 @@ const main = function() {
803805
804806 // Finally, return a function to start MicroPyScript.
805807 return function ( ) {
806- // Check to bypass loadConfig, for testing purposes.
807808 document . addEventListener ( "py-configured" , onPyConfigured ) ;
808809 document . addEventListener ( "py-interpreter-loaded" , onInterpreterLoaded ) ;
809810 document . addEventListener ( "py-file-fetched" , onFileFetched ) ;
You can’t perform that action at this time.
0 commit comments