From 71acbc9791ad42f99757feb9ed03e208fd09aa70 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 19 May 2023 02:39:47 +0300 Subject: Fix linter warnings --- vnext/src/utils/embed.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'vnext/src/utils') diff --git a/vnext/src/utils/embed.js b/vnext/src/utils/embed.js index 8fde80d0..f16342cf 100644 --- a/vnext/src/utils/embed.js +++ b/vnext/src/utils/embed.js @@ -119,7 +119,6 @@ function messageReplyReplace(messageId) { /** * Given "txt" message in unescaped plaintext with Juick markup, this function * returns escaped formatted HTML string. - * * @param {string} txt text message * @param {string} messageId current message id * @param {boolean} isCode set when message contains *code tag @@ -169,7 +168,6 @@ function juickFormat(txt, messageId, isCode) { /** * Get supported embeddable formats - * * @returns {LinkFormatData[]} list of supported formats */ function getEmbeddableLinkTypes() { @@ -315,7 +313,6 @@ function getEmbeddableLinkTypes() { /** * Embed a link - * * @param { HTMLAnchorElement } aNode a DOM node of the link * @param { LinkFormatData[] } linkTypes supported link types * @param { HTMLElement } container a target DOM element with the link content @@ -362,7 +359,6 @@ function embedLinks(aNodes, container) { * All the embedded media is placed inside "div.embedContainer". * "div.embedContainer" is inserted before an element matched by "beforeNodeSelector" * if not present. Existing container is used otherwise. - * * @param {Element} x * @param {string} beforeNodeSelector * @param {string} allLinksSelector @@ -397,7 +393,6 @@ export function embedAll() { } /** * Embed URLs to container - * * @param {NodeListOf} urls * @param {HTMLDivElement} embedContainer */ -- cgit v1.2.3