JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.4.2
[ckeditor.git] / _source / core / scriptloader.js
index 0ad7d86..191f56d 100644 (file)
@@ -15,8 +15,8 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
  */\r
 CKEDITOR.scriptLoader = (function()\r
 {\r
-       var uniqueScripts = {};\r
-       var waitingList = {};\r
+       var uniqueScripts = {},\r
+               waitingList = {};\r
 \r
        return /** @lends CKEDITOR.scriptLoader */ {\r
                /**\r
@@ -35,6 +35,8 @@ CKEDITOR.scriptLoader = (function()
                 *              the callback call. Default to {@link CKEDITOR}.\r
                 * @param {Boolean} [noCheck] Indicates that the script must be loaded\r
                 *              anyway, not checking if it has already loaded.\r
+                * @param {Boolean} [showBusy] Changes the cursor of the document while\r
++               *              the script is loaded.\r
                 * @example\r
                 * CKEDITOR.scriptLoader.load( '/myscript.js' );\r
                 * @example\r