From c63f5324f35d3418c054f1f6cea6d7e51ed8fbcc Mon Sep 17 00:00:00 2001 From: hub33k Date: Wed, 8 Apr 2020 15:10:46 +0200 Subject: [PATCH] Replace docs comment with regular one for loadSVGNavigationIcons method (emoji plugin) --- plugins/emoji/plugin.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/plugins/emoji/plugin.js b/plugins/emoji/plugin.js index 06f6550fd8f..083fcf47d62 100644 --- a/plugins/emoji/plugin.js +++ b/plugins/emoji/plugin.js @@ -531,11 +531,8 @@ } ); }, - /** - * To avoid CORS issues due to XML based SVG icons, they should be loaded into panel document. - * - * This method ensures that the icons are loaded locally. - */ + // To avoid CORS issues due to XML based SVG icons, they should be loaded into panel document. + // This method ensures that the icons are loaded locally. loadSVGNavigationIcons: function() { if ( !this.editor.plugins.emoji.isSVGSupported() ) { return;