]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blobdiff - sources/core/dom/domobject.js
Add oembed
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / core / dom / domobject.js
index 607e9f3c40e59cedec2f87bf3a34d35280e70d79..f4e258ae18b62241361889acdc0504f8b3f1050e 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
  */
 
@@ -41,7 +41,7 @@ CKEDITOR.dom.domObject.prototype = ( function() {
                        return function( domEvent ) {
                                // In FF, when reloading the page with the editor focused, it may
                                // throw an error because the CKEDITOR global is not anymore
-                               // available. So, we check it here first. (#2923)
+                               // available. So, we check it here first. (http://dev.ckeditor.com/ticket/2923)
                                if ( typeof CKEDITOR != 'undefined' )
                                        domObject.fire( eventName, new CKEDITOR.dom.event( domEvent ) );
                        };
@@ -138,7 +138,7 @@ CKEDITOR.dom.domObject.prototype = ( function() {
                        }
 
                        // Remove events from events object so fire() method will not call
-                       // listeners (#11400).
+                       // listeners (http://dev.ckeditor.com/ticket/11400).
                        CKEDITOR.event.prototype.removeAllListeners.call( this );
                }
        };