Index: _source/core/scriptloader.js
===================================================================
--- _source/core/scriptloader.js	(revision 7478)
+++ _source/core/scriptloader.js	(working copy)
@@ -171,7 +171,7 @@
 			};
 
 			showBusy && CKEDITOR.document.getDocumentElement().setStyle( 'cursor', 'wait' );
-			for ( var i = 0 ; i < scriptCount ; i++ )
+			for ( var i = 0, len = scriptCount ; i < len ; i++ )
 			{
 				loadScript( scriptUrl[ i ] );
 			}
