From: Ricordisamoa Date: Fri, 2 Jan 2015 20:59:24 +0000 (+0100) Subject: Fix documentation of mw.loader.getState X-Git-Tag: 1.31.0-rc.0~12811^2 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=626251986fa75fdf0ce722cdae4770b8b1af1f8c;p=lhc%2Fweb%2Fwiklou.git Fix documentation of mw.loader.getState The misleading comment was copied from mw.loader.getVersion in commit 6a1ec17e79. Change-Id: I73ddb67901da808fd402742232b4b4dd2ad31ebc --- diff --git a/resources/src/mediawiki/mediawiki.js b/resources/src/mediawiki/mediawiki.js index 40f8ef96a1..df6b33a295 100644 --- a/resources/src/mediawiki/mediawiki.js +++ b/resources/src/mediawiki/mediawiki.js @@ -1927,7 +1927,7 @@ * Get the state of a module. * * @param {string} module Name of module - * @return {string|null} The state, or null if the module (or its version) is not + * @return {string|null} The state, or null if the module (or its state) is not * in the registry. */ getState: function ( module ) {