X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fludivine-ckeditor-component.git;a=blobdiff_plain;f=sources%2Fcore%2Fdom%2Fdomobject.js;h=f4e258ae18b62241361889acdc0504f8b3f1050e;hp=4c593ff8ffbad1a08dfe25c025c8266b4f93c15f;hb=1794320dcfdfcd19572fb1676294f9853a6bbc20;hpb=7183f6a6a21ad9124e70c997e0168459f377a9f2 diff --git a/sources/core/dom/domobject.js b/sources/core/dom/domobject.js index 4c593ff..f4e258a 100644 --- a/sources/core/dom/domobject.js +++ b/sources/core/dom/domobject.js @@ -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 ); } };