From ae64c68e19616d323db5a3195d0c72d39e1eccdc Mon Sep 17 00:00:00 2001 From: Clement Fradet Normand Date: Sun, 14 Apr 2019 13:52:19 +0200 Subject: [PATCH] Add event doc on notifier.onclick --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ce7978..9984361 100644 --- a/README.md +++ b/README.md @@ -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 });