sciactive / pnotify

Beautiful JavaScript notifications with Web Notifications support.
https://sciactive.com/pnotify/
Apache License 2.0
3.65k stars 513 forks source link

Fix CommonJS in modules. #238

Closed octylFractal closed 7 years ago

octylFractal commented 8 years ago

The combined file with multiple modules shares a single module.exports, so all modules must export PNotify so PNotify is not left undefined by the end of the script.