From 339a90fee695e3e4e86a0f9880a30f22c8eb1596 Mon Sep 17 00:00:00 2001 From: wanhose Date: Thu, 28 Oct 2021 13:25:53 +0200 Subject: [PATCH] docs(scripts): improve popup docs --- scripts/popup.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/popup.js b/scripts/popup.js index bd4f18c..a77a6bd 100644 --- a/scripts/popup.js +++ b/scripts/popup.js @@ -33,7 +33,6 @@ const firefoxUrl = const isChromium = chrome.runtime.getURL("").startsWith("chrome-extension://"); /** - * @function handlePowerChange * @description Disables or enables extension on current page */ @@ -58,7 +57,6 @@ const handlePowerChange = () => { }; /** - * @function handleReload * @description Reload current page */ @@ -69,9 +67,7 @@ const handleReload = () => { }; /** - * @function handleRate * @description Shows negative or positive messages - * * @param {MouseEvent} event */ @@ -94,7 +90,6 @@ const handleRate = (event) => { }; /** - * @function handleContentLoaded * @description Setup stars handlers and result message links */ @@ -121,8 +116,6 @@ const handleContentLoaded = () => { /** * @description Listen to document ready - * - * @type {Document} * @listens document#ready */