Skip to content

Commit

Permalink
Little cosmetic change with removing unecessary comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Samsel committed Jul 6, 2017
1 parent 28e5575 commit cdf19ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/font/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 );

Expand Down Expand Up @@ -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++ ) {
Expand Down

0 comments on commit cdf19ac

Please sign in to comment.