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;