]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blobdiff - sources/core/loader.js
Add oembed
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / core / loader.js
index 5a108dffed000ba75248c140064b5a348ce6b72c..dc02511217c43e4d016df21f1bffff4c2d494797 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
  */
 
@@ -142,7 +142,7 @@ if ( !CKEDITOR.loader ) {
                                }
 
                                // We must guarantee the execution order of the scripts, so we
-                               // need to load them one by one. (#4145)
+                               // need to load them one by one. (http://dev.ckeditor.com/ticket/4145)
                                // The following if/else block has been taken from the scriptloader core code.
                                if ( typeof script.onreadystatechange !== 'undefined' ) {
                                        /** @ignore */
@@ -156,7 +156,7 @@ if ( !CKEDITOR.loader ) {
                                        /** @ignore */
                                        script.onload = function() {
                                                // Some browsers, such as Safari, may call the onLoad function
-                                               // immediately. Which will break the loading sequence. (#3661)
+                                               // immediately. Which will break the loading sequence. (http://dev.ckeditor.com/ticket/3661)
                                                setTimeout( function() {
                                                        onScriptLoaded( scriptName );
                                                }, 0 );