Index: /CKEditor/trunk/_source/core/scriptloader.js
===================================================================
--- /CKEditor/trunk/_source/core/scriptloader.js	(revision 5985)
+++ /CKEditor/trunk/_source/core/scriptloader.js	(revision 5986)
@@ -16,6 +16,6 @@
 CKEDITOR.scriptLoader = (function()
 {
-	var uniqueScripts = {};
-	var waitingList = {};
+	var uniqueScripts = {},
+		waitingList = {};
 
 	return /** @lends CKEDITOR.scriptLoader */ {
@@ -36,4 +36,6 @@
 		 * @param {Boolean} [noCheck] Indicates that the script must be loaded
 		 *		anyway, not checking if it has already loaded.
+		 * @param {Boolean} [showBusy] Changes the cursor of the document while
++		 *		the script is loaded.
 		 * @example
 		 * CKEDITOR.scriptLoader.load( '/myscript.js' );
