From 06c49c59db28665382065db1236cd2fe6597d942 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Wed, 16 Sep 2015 14:30:59 +0200 Subject: [PATCH] mediawiki.Title: Correct documentation Follow-up to a074db332cc103319adacabcc52b1f615217e222, which removed a config option but not its documentation entry. Change-Id: I3a0596b27da9e36eb2bb718a635130341545abab --- resources/src/mediawiki/mediawiki.Title.js | 4 ---- 1 file changed, 4 deletions(-) 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. -- 2.20.1