f3oall / awesome-notifications

Lightweight JavaScript Notifications Library
https://f3oall.github.io/awesome-notifications/
MIT License
286 stars 40 forks source link

Remove comma between popup buttons #28

Closed andreasvirkus closed 4 years ago

andreasvirkus commented 4 years ago

This PR closes #26

Calling .join() without a separator symbol defaults it to a comma ,. I'm not sure if it's better to call .join('') or .join(' '), but let me know so I can modify the PR