diff --git a/botanjs/src/Astro/Bootstrap.js b/botanjs/src/Astro/Bootstrap.js index 983a927..d0d68d2 100644 --- a/botanjs/src/Astro/Bootstrap.js +++ b/botanjs/src/Astro/Bootstrap.js @@ -34,6 +34,8 @@ { infs[i](); } + + document.dispatchEvent( new Event( "Astro.Start" ) ); }; /*{{{ Class Catching */