X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git;a=blobdiff_plain;f=sources%2Fcore%2Fdom%2Frangelist.js;fp=sources%2Fcore%2Fdom%2Frangelist.js;h=15ccb88882cc74cbfb21b3b827ca6469f8382ed0;hp=d02fc033cdf463bd6f891b37844ffac457d68910;hb=317f8f8f0651488f226b5280a8f036c7c135c639;hpb=1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c diff --git a/sources/core/dom/rangelist.js b/sources/core/dom/rangelist.js index d02fc03..15ccb88 100644 --- a/sources/core/dom/rangelist.js +++ b/sources/core/dom/rangelist.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 */ @@ -164,7 +164,7 @@ }; // Update the specified range which has been mangled by previous insertion of - // range bookmark nodes.(#3256) + // range bookmark nodes.(http://dev.ckeditor.com/ticket/3256) function updateDirtyRange( bookmark, dirtyRange, checkEnd ) { var serializable = bookmark.serializable, container = dirtyRange[ checkEnd ? 'endContainer' : 'startContainer' ],