]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blobdiff - sources/core/dom/document.js
Update to 4.7.3
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / core / dom / document.js
index 51c5b19b913df1bc5b1350fbbdbc654b8b6a0c9f..ebf0babb98c0aed485c6a08dcd3d8594df232ebe 100644 (file)
@@ -262,7 +262,7 @@ CKEDITOR.tools.extend( CKEDITOR.dom.document.prototype, {
         * @param {String} html The HTML defining the document content.
         */
        write: function( html ) {
-               // Don't leave any history log in IE. (#5657)
+               // Don't leave any history log in IE. (http://dev.ckeditor.com/ticket/5657)
                this.$.open( 'text/html', 'replace' );
 
                // Support for custom document.domain in IE.