Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
williambout committed Feb 19, 2017
1 parent 716ca3f commit fa9717c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/preload.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ document.addEventListener('DOMContentLoaded', function(event) {
setBadge(notificationIndicator.textContent);
}, 200);

notificationIndicator.addEventListener('DOMCharacterDataModified', function(event) {
notificationIndicator.addEventListener('DOMCharacterDataModified', (event) => {
setBadge(event.newValue);
});

Expand Down

0 comments on commit fa9717c

Please sign in to comment.