]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blobdiff - sources/core/command.js
Update to 4.7.3
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / core / command.js
index 0446d24558cf699b8d556ecbd2f238f076f50ba5..128cea426c7a33442ce7b372e8895e67b91c8ef3 100644 (file)
@@ -47,7 +47,7 @@ CKEDITOR.command = function( editor, commandDefinition ) {
                if ( this.state == CKEDITOR.TRISTATE_DISABLED || !this.checkAllowed() )
                        return false;
 
-               if ( this.editorFocus ) // Give editor focus if necessary (#4355).
+               if ( this.editorFocus ) // Give editor focus if necessary (http://dev.ckeditor.com/ticket/4355).
                        editor.focus();
 
                if ( this.fire( 'exec' ) === false )