From 0846765818975096ba8adc529ec5cdb767e7b8e6 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Mon, 7 Oct 2013 21:38:10 +0200 Subject: [PATCH] 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 --- resources/mediawiki/mediawiki.Title.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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, -- 2.20.1