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 loading with webpack #268

Closed nathan818fr closed 7 years ago

nathan818fr commented 7 years ago

Pnotify won't load when used with webpack : #212 This appends beacuse this (which becomes the root object) is an empty object in that situation.

jQuery uses the same method to load fine with webpack.