Fix bug where notiifcation api is not supported

master
Tankred Hase 9 years ago
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…
Cancel
Save