From cdf19ac2337af0c75f0f412744ed9270b076c69b Mon Sep 17 00:00:00 2001 From: Mateusz Samsel Date: Thu, 6 Jul 2017 15:26:33 +0200 Subject: [PATCH] Little cosmetic change with removing unecessary comments. --- plugins/font/plugin.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/font/plugin.js b/plugins/font/plugin.js index c34c87e70ae..e177bd4b125 100644 --- a/plugins/font/plugin.js +++ b/plugins/font/plugin.js @@ -5,7 +5,6 @@ ( function() { function addCombo( editor, comboName, styleType, lang, entries, defaultLabel, styleDefinition, order ) { - // debugger; var config = editor.config, style = new CKEDITOR.style( styleDefinition ); @@ -94,7 +93,7 @@ this.startGroup( lang.panelTitle ); - // Add (default) option as first element on the list. + // Add `(Default)` item as first element on the drop down list. this.add( defaultValue, defaultText, defaultText ); for ( var i = 0; i < names.length; i++ ) {