appleple / react-modal-video

Accessible React Modal Video Component
https://appleple.github.io/react-modal-video/
MIT License
177 stars 86 forks source link

fixing onClose function check #1

Closed drewrawitz closed 7 years ago

drewrawitz commented 7 years ago

Just a quick add of typeof to check that the onClose function is indeed a function.

steelydylan commented 7 years ago

Oops thanks :)