AdamCollins / JustJS

A lightweight library that allows you to get back to JavaScript's basics by just being JavaScript.
22 stars 2 forks source link

Overrode my init() function :( #1

Closed taigrr closed 7 years ago

taigrr commented 7 years ago

This framework broke my code! I wrote an init() function, and everything was working. I wanted to use your library, so I included it after my include script, and it called my function too early and then overrode the whole thing so I couldn't even add a checking condition so I could re-run it again later at the proper time!

AdamCollins commented 7 years ago

Hi, Taigrr. I have updated the library to avoid overriding init methods. Please re-clone the library and it should be working.

Thank you for raising this issue and our apologies for the delay. —Adam from the JustJS team

taigrr commented 7 years ago

Thank you so much!