]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blobdiff - sources/plugins/resize/plugin.js
Add oembed
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / plugins / resize / plugin.js
index be9673dfc24035bf3e053b00e89b3916ebef4c6e..123dd2d9714a57b7b660275c2e99f26f9a2b708e 100644 (file)
@@ -1,5 +1,5 @@
 /**\r
- * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
+ * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.\r
  * For licensing, see LICENSE.md or http://ckeditor.com/license\r
  */\r
 \r
@@ -19,7 +19,7 @@ CKEDITOR.plugins.add( 'resize', {
                        if ( resizeVertical )\r
                                height = Math.max( config.resize_minHeight, Math.min( internalHeight, config.resize_maxHeight ) );\r
 \r
-                       // DO NOT impose fixed size with single direction resize. (#6308)\r
+                       // DO NOT impose fixed size with single direction resize. (http://dev.ckeditor.com/ticket/6308)\r
                        editor.resize( resizeHorizontal ? width : null, height );\r
                }\r
 \r
@@ -37,7 +37,7 @@ CKEDITOR.plugins.add( 'resize', {
                var spaceId = editor.ui.spaceId( 'resizer' );\r
 \r
                // Resize in the same direction of chrome,\r
-               // which is identical to dir of editor element. (#6614)\r
+               // which is identical to dir of editor element. (http://dev.ckeditor.com/ticket/6614)\r
                var resizeDir = editor.element ? editor.element.getDirection( 1 ) : 'ltr';\r
 \r
                !config.resize_dir && ( config.resize_dir = 'vertical' );\r