sciactive / pnotify

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

Bug? Cannot use 'in' operator to search for 'close' in undefined #256

Closed hozza closed 6 years ago

hozza commented 8 years ago

I get the following error on Firefox & Safari & Chromium - Linux Mint and macOS...

pnotify.js:38 Uncaught TypeError: Cannot use 'in' operator to search for 'close' in undefined afterClose @ pnotify.js:38 runModules @ pnotify.js:8 (anonymous function) @ pnotify.js:19 (anonymous function) @ pnotify.js:22

I have the desktop module and callbacks module bundled. Anyone have any ideas? :S

hperrin commented 6 years ago

Thanks for the report. I've found the cause. I'll put this in a bugfix release for the 3.2 line.

hperrin commented 6 years ago

Fixed in the v3.2 branch.