Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hkirat committed Apr 5, 2017
1 parent bcc8ace commit 3dca51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notification-logger.js
Expand Up @@ -3,7 +3,7 @@
Notification.requestPermission();
// Get current notification icon
happyIcon = "happy.png"
sadIcon = "sad.png"
sadIcon = "unhappy.png"

function log(body, title, icon) {
icon = icon || logger.happyIcon;
Expand Down

0 comments on commit 3dca51f

Please sign in to comment.