X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git;a=blobdiff_plain;f=sources%2Fcore%2Fcommand.js;fp=sources%2Fcore%2Fcommand.js;h=128cea426c7a33442ce7b372e8895e67b91c8ef3;hp=a0e07b59955a59d1b7ab8261094e46e8ca147605;hb=317f8f8f0651488f226b5280a8f036c7c135c639;hpb=1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c diff --git a/sources/core/command.js b/sources/core/command.js index a0e07b5..128cea4 100644 --- a/sources/core/command.js +++ b/sources/core/command.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ @@ -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 )