kubetail-org / loadjs

A tiny async loader / dependency manager for modern browsers (899 bytes)
MIT License
2.57k stars 149 forks source link

Loading twice #76

Closed ITFO closed 5 years ago

ITFO commented 5 years ago

I am using this inside my calendar component to run external js files. Its working if your component will only be used once but if you use the component twice or more loadjs will error out

ITFO commented 5 years ago

Oops nvm I read the other thread I need to turn off async false