]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blobdiff - sources/plugins/popup/plugin.js
Add oembed
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / plugins / popup / plugin.js
index 8f6bd5f8f3b4fe98b3a944d4709aa21ffe46d28e..89b6201d0d66251c41e2057254ef557eb70ecab8 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
@@ -48,7 +48,7 @@ CKEDITOR.tools.extend( CKEDITOR.editor.prototype, {
                        return false;\r
 \r
                try {\r
-                       // Chrome is problematic with moveTo/resizeTo, but it's not really needed here (#8855).\r
+                       // Chrome is problematic with moveTo/resizeTo, but it's not really needed here (http://dev.ckeditor.com/ticket/8855).\r
                        var ua = navigator.userAgent.toLowerCase();\r
                        if ( ua.indexOf( ' chrome/' ) == -1 ) {\r
                                popupWindow.moveTo( left, top );\r