mirror of
https://github.com/moparisthebest/mail
synced 2024-12-21 23:08:50 -05:00
Fix bug where notiifcation api is not supported
This commit is contained in:
parent
3cc0a372e1
commit
b44d0a222a
@ -58,5 +58,7 @@ Notif.prototype.create = function(options) {
|
||||
};
|
||||
|
||||
Notif.prototype.close = function(notification) {
|
||||
notification.close();
|
||||
if (notification) {
|
||||
notification.close();
|
||||
}
|
||||
};
|
Loading…
Reference in New Issue
Block a user