Added dispatchEvent on Init

This commit is contained in:
斟酌 鵬兄 2017-11-08 11:05:50 +08:00
parent 13b3288b74
commit fcaab11145

View File

@ -34,6 +34,8 @@
{ {
infs[i](); infs[i]();
} }
document.dispatchEvent( new Event( "Astro.Start" ) );
}; };
/*{{{ Class Catching */ /*{{{ Class Catching */