From: Timo Tijhof Date: Tue, 29 Sep 2015 22:49:50 +0000 (-0700) Subject: mediawiki.api.upload: Fix jsduck indentation error X-Git-Tag: 1.31.0-rc.0~9656^2 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=5baeb1edf7cfd1b485310b27f5e7b4a506ef4ed5;p=lhc%2Fweb%2Fwiklou.git mediawiki.api.upload: Fix jsduck indentation error Follows-up 4738b66e754. The incorrect indentation caused the second line of this description to be rendered as a
 block.

Change-Id: I99b9718234073ed4e7ae02396ff8eb54f87fe1aa
---

diff --git a/resources/src/mediawiki/api/upload.js b/resources/src/mediawiki/api/upload.js
index 4abff28f62..4d6b34ce88 100644
--- a/resources/src/mediawiki/api/upload.js
+++ b/resources/src/mediawiki/api/upload.js
@@ -102,7 +102,7 @@
 		 * - You must pass a HTMLInputElement and not a File for it to be possible
 		 *
 		 * @param {HTMLInputElement|File} file HTML input type=file element with a file already inside
-		 *     of it, or a File object.
+		 *  of it, or a File object.
 		 * @param {Object} data Other upload options, see action=upload API docs for more
 		 * @return {jQuery.Promise}
 		 */