Merge "Revert "Adding a bit more documentation to mw.loader.using""
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Sun, 20 Jul 2014 22:08:49 +0000 (22:08 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sun, 20 Jul 2014 22:08:49 +0000 (22:08 +0000)
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 () {