Skip to content

Commit

Permalink
remove unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderlz committed Jan 21, 2015
1 parent f23d709 commit 0b0b88a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rd_ui/app/scripts/services/notifications.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

//using the 'tag' to avoid showing duplicate notifications
var notification = new Notification(title, {'tag': title+content, 'body': content});
lastNotification = notification;
notification.onclick = function () {
window.focus();
this.cancel();
Expand Down

0 comments on commit 0b0b88a

Please sign in to comment.