From cbcf23f30a7328563d40936ff5b93c76d3bad96f Mon Sep 17 00:00:00 2001 From: Minhaz A V Date: Wed, 23 Mar 2016 15:11:09 +0530 Subject: [PATCH] funciton name changed to Signed-off-by: Minhaz A V --- src/Notifier.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Notifier.js b/src/Notifier.js index e750ee33bf..9c78c1e3c0 100644 --- a/src/Notifier.js +++ b/src/Notifier.js @@ -128,7 +128,9 @@ var Notifier = { return global.Notification.permission == 'default'; }, - showToolbar: function() { + // Function to be used by clients to check weather or not to + // show the toolbar. + shouldShowToolbar: function() { // Check localStorage for any such meta data if (global.localStorage) { if (global.localStorage.getItem('notifications_hidden') === 'true')