Krinkle has uploaded a new change for review. https://gerrit.wikimedia.org/r/88197
Change subject: mediawiki.Title: Fix weird <h1> in constructor description ...................................................................... mediawiki.Title: Fix weird <h1> 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 --- M resources/mediawiki/mediawiki.Title.js 1 file changed, 2 insertions(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/97/88197/1 diff --git a/resources/mediawiki/mediawiki.Title.js b/resources/mediawiki/mediawiki.Title.js index 98277fc..4240f08 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, -- To view, visit https://gerrit.wikimedia.org/r/88197 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8bf2719938c3c4a092ce5499bae0c7b88f4544c1 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Krinkle <krinklem...@gmail.com> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits