Merge "Revert "Adding a bit more documentation to mw.loader.using""
[lhc/web/wiklou.git] / resources / src / mediawiki / mediawiki.js
index a0098d0..380e4e6 100644 (file)
                                /**
                                 * Execute a function as soon as one or more required modules are ready.
                                 *
-                                * If the required modules are already loaded, the function will be
-                                * executed immediately and the modules will not be reloaded.
-                                *
                                 * Example of inline dependency on OOjs:
                                 *
                                 *     mw.loader.using( 'oojs', function () {