]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blobdiff - sources/core/dom/rangelist.js
Add oembed
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / core / dom / rangelist.js
index d02fc033cdf463bd6f891b37844ffac457d68910..15ccb88882cc74cbfb21b3b827ca6469f8382ed0 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
  */
 
        };
 
        // 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' ],