resourceloader: Correct @param doc for mw.loader.state()
authorTimo Tijhof <krinklemail@gmail.com>
Fri, 24 Aug 2018 19:35:24 +0000 (20:35 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Fri, 24 Aug 2018 19:35:24 +0000 (20:35 +0100)
Follows-up 6815e35575.

Bug: T127328
Change-Id: I13fbea2c045518780733adb4702b83584c95b9c7

resources/src/startup/mediawiki.js

index 6ed226c..06759ae 100644 (file)
                                /**
                                 * Change the state of one or more modules.
                                 *
-                                * @param {Object|string} modules Object of module name/state pairs
+                                * @param {Object} modules Object of module name/state pairs
                                 */
                                state: function ( modules ) {
                                        var module, state;