X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fcore%2Fcommand.js;h=0a8d0988635a2d77f0172d73da18a13dfef32f32;hp=bf5341cfeeb97ea0b1fad29161e96d7cbc94b7e3;hb=c6e377a02b54abc07129d72b632763c727476a15;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6 diff --git a/_source/core/command.js b/_source/core/command.js index bf5341c..0a8d098 100644 --- a/_source/core/command.js +++ b/_source/core/command.js @@ -12,7 +12,7 @@ CKEDITOR.command = function( editor, commandDefinition ) if ( this.state == CKEDITOR.TRISTATE_DISABLED ) return false; - if( this.editorFocus ) // Give editor focus if necessary (#4355). + if ( this.editorFocus ) // Give editor focus if necessary (#4355). editor.focus(); return ( commandDefinition.exec.call( this, editor, data ) !== false );