Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.

Commit 75cd1a0

Browse files
committed
More minor commentary tidy ups.
1 parent 80db2cd commit 75cd1a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyscript.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)