From: Bartosz DziewoƄski Date: Wed, 16 Sep 2015 12:30:59 +0000 (+0200) Subject: mediawiki.Title: Correct documentation X-Git-Tag: 1.31.0-rc.0~10007 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/?a=commitdiff_plain;h=06c49c59db28665382065db1236cd2fe6597d942;p=lhc%2Fweb%2Fwiklou.git mediawiki.Title: Correct documentation Follow-up to a074db332cc103319adacabcc52b1f615217e222, which removed a config option but not its documentation entry. Change-Id: I3a0596b27da9e36eb2bb718a635130341545abab --- diff --git a/resources/src/mediawiki/mediawiki.Title.js b/resources/src/mediawiki/mediawiki.Title.js index 7f95b1c4d4..910a78f87b 100644 --- a/resources/src/mediawiki/mediawiki.Title.js +++ b/resources/src/mediawiki/mediawiki.Title.js @@ -481,10 +481,6 @@ * @param {number} [defaultNamespace=NS_MAIN] * If given, will used as default namespace for the given title. * @param {Object} [options] additional options - * If the title is about to be created for the Media or File namespace, - * ensures the resulting Title has the correct extension. Useful, for example - * on systems that predict the type by content-sniffing, not by file extension. - * If different from empty string, `forUploading` is assumed. * @param {boolean} [options.forUploading=true] * Makes sure that a file is uploadable under the title returned. * There are pages in the file namespace under which file upload is impossible.