From: Timo Tijhof Date: Mon, 7 Oct 2013 19:38:10 +0000 (+0200) Subject: mediawiki.Title: Fix weird

in constructor description X-Git-Tag: 1.31.0-rc.0~18584^2 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=0846765818975096ba8adc529ec5cdb767e7b8e6;p=lhc%2Fweb%2Fwiklou.git mediawiki.Title: Fix weird

in constructor description The leading '#' was triggering a Markdown heading instead of a jsduck reference. Working around by moving the line break. Change-Id: I8bf2719938c3c4a092ce5499bae0c7b88f4544c1 --- diff --git a/resources/mediawiki/mediawiki.Title.js b/resources/mediawiki/mediawiki.Title.js index 98277fc6e5..4240f0881f 100644 --- a/resources/mediawiki/mediawiki.Title.js +++ b/resources/mediawiki/mediawiki.Title.js @@ -9,9 +9,8 @@ * @class mw.Title * * Parse titles into an object struture. Note that when using the constructor - * directly, passing invalid titles will result in an exception. Use - * #newFromText to use the logic directly and get null for invalid titles - * which is easier to work with. + * directly, passing invalid titles will result in an exception. Use #newFromText to use the + * logic directly and get null for invalid titles which is easier to work with. * * @constructor * @param {string} title Title of the page. If no second argument given,