X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki%2Fhtmlform%2Fhtmlform.Element.js;h=01108e6573a1f591addb789415ca361fdaa7f282;hb=faf7cc4a09848c538320bd2b9067b1a77c0a0183;hp=37474f6833eb9055925ffdd771207e89c50c5615;hpb=3f12ee2a5d557ded323436d10aa929e22e4840e8;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki/htmlform/htmlform.Element.js b/resources/src/mediawiki/htmlform/htmlform.Element.js index 37474f6833..01108e6573 100644 --- a/resources/src/mediawiki/htmlform/htmlform.Element.js +++ b/resources/src/mediawiki/htmlform/htmlform.Element.js @@ -3,13 +3,14 @@ mw.htmlform = {}; /** - * Allows custom data specific to HTMLFormField to be set for OOjs UI forms. This picks up the + * Allows custom data specific to HTMLFormField to be set for OOUI forms. This picks up the * extra config from a matching PHP widget (defined in HTMLFormElement.php) when constructed using * OO.ui.infuse(). * * Currently only supports passing 'hide-if' data. * * @ignore + * @param {Object} [config] Configuration options */ mw.htmlform.Element = function ( config ) { // Configuration initialization