From b79011f1b0ba40d2f9117742c5daea39e85e53d6 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 18 Feb 2015 04:49:06 -0500 Subject: [PATCH] chore(notify) rm " " --- lib/client/notify.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/client/notify.js b/lib/client/notify.js index 7a16bd55..76e24e42 100644 --- a/lib/client/notify.js +++ b/lib/client/notify.js @@ -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;