]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blobdiff - sources/core/command.js
Add oembed
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / core / command.js
index a0e07b59955a59d1b7ab8261094e46e8ca147605..128cea426c7a33442ce7b372e8895e67b91c8ef3 100644 (file)
@@ -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 )