apvarun / toastify-js

Pure JavaScript library for better notification messages
https://apvarun.github.io/toastify-js/
MIT License
2.13k stars 230 forks source link

Use var instead of const in legacy version #79

Closed AStoker closed 3 years ago

AStoker commented 3 years ago

Resolves #77 In the non-es version, updated to use var rather than const

apvarun commented 3 years ago

Thanks @AStoker for the PR