@@ -33,16 +33,17 @@ const main = function() {
3333
3434 * Keep the bare minimum of state.
3535 * Load and process any configuration from the page.
36- * Provide a mechanism for PyScriptPlugin based plugins to be registered,
37- configured and then started.
36+ * Provide a mechanism for plugins to be registered, configured and then
37+ started.
3838 * Load and start the Python runtime.
3939 * Dispatch the following events to signal various changes in state or the
4040 completion of tasks (such as starting the runtime).
4141 - "py-configured", when configuration is processed.
4242 - "py-plugin-registered", when a plugin is registered.
43+ - "py-plugin-started", when a plugin is started.
4344 - "py-runtime-loaded", when the runtime has been downloaded.
4445 - "py-runtime-ready", when the runtime is ready to process Python.
45- * Define, configure and start the built-in PyScript plugins (e.g. the
46+ * Define, configure and start built-in PyScript plugins (e.g. the
4647 <py-script> tag).
4748 **************************************************************************/
4849
@@ -338,11 +339,6 @@ const main = function() {
338339 }
339340 }
340341
341- // An object to represent the PyScript platform in the browser. What is
342- // eventually returned from the main() function.
343- const PyScript = {
344- }
345-
346342 // Default configuration settings for PyScript. These may be overridden by
347343 // the app.loadConfig function.
348344 const config = {
0 commit comments