Merge "mediawiki.Title: Fix weird <h1> in constructor description"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Mon, 7 Oct 2013 21:13:38 +0000 (21:13 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 7 Oct 2013 21:13:38 +0000 (21:13 +0000)
resources/mediawiki/mediawiki.Title.js

index 98277fc..4240f08 100644 (file)
@@ -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,