]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blobdiff - sources/plugins/resize/plugin.js
Update to 4.7.3
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / plugins / resize / plugin.js
index 095ee1299c488aae53ed4ba2fc865cf3120b255e..123dd2d9714a57b7b660275c2e99f26f9a2b708e 100644 (file)
@@ -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