X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=sources%2Fcore%2Fdom%2Fdocument.js;h=ebf0babb98c0aed485c6a08dcd3d8594df232ebe;hb=refs%2Ftags%2F4.7.3;hp=f287245e64d820d3281d57d1641f8d16ebfdde6f;hpb=3332bebe4da6dfa0fe3e4b2abddc84b1cc62f8f5;p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git diff --git a/sources/core/dom/document.js b/sources/core/dom/document.js index f287245..ebf0bab 100644 --- a/sources/core/dom/document.js +++ b/sources/core/dom/document.js @@ -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 */ @@ -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.