Skip to content

Commit

Permalink
Add event doc on notifier.onclick
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarbel committed Apr 14, 2019
1 parent 2275295 commit ae64c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -71,7 +71,7 @@ notifier.notify(
}
);

notifier.on('click', function(notifierObject, options) {
notifier.on('click', function(notifierObject, options, event) {
// Triggers if `wait: true` and user clicks notification
});

Expand Down

0 comments on commit ae64c68

Please sign in to comment.