﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8951	Scriptloader may fail when loading sequences of already loaded files	Sa'ar Zac Elias	Sa'ar Zac Elias	"The following code will fail (the file `c.js` will not be loaded and the second callback will not be triggered):
{{{
CKEDITOR.scriptLoader.load( [ 'a.js', 'b.js' ], function()
{
	alert( 'a' );
	CKEDITOR.scriptLoader.load( [ 'a.js', 'b.js', 'c.js' ], function()
	{
		alert( 'b' );
	});
} );
}}}"	Bug	review	Normal		General				
