From 26c1bc91dd02764d05b3c625c712075a13481f9d Mon Sep 17 00:00:00 2001 From: kiranniranjan Date: Wed, 10 Jan 2018 18:14:06 +0530 Subject: [PATCH] Electron-262 Updated the code comment --- js/preload/preloadMain.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/preload/preloadMain.js b/js/preload/preloadMain.js index 35b5c2e8..da43694d 100644 --- a/js/preload/preloadMain.js +++ b/js/preload/preloadMain.js @@ -367,7 +367,7 @@ function createAPI() { }); } - // reset the badge count when ever user refresh + // reset the badge count whenever an user refreshes the electron client function resetBadgeCount() { local.ipcRenderer.send(apiName, { cmd: apiCmds.setBadgeCount,