chore(notify) rm " "

This commit is contained in:
coderaiser 2015-02-18 04:49:06 -05:00
parent 834f565a7d
commit b79011f1b0

View file

@ -34,7 +34,7 @@ var Util, DOM;
if (notifications && granted && Show) {
notify = new Notification(msg, {
icon: '/img/favicon/favicon-notify.png',
icon: '/img/favicon/favicon-notify.png'
});
Events.addClick(notify, focus);
@ -43,7 +43,7 @@ var Util, DOM;
};
this.check = function () {
var ret,
var ret,
Not = Notification,
perm = Not && Not.permission;