mediawiki.api.upload: Fix jsduck indentation error
authorTimo Tijhof <krinklemail@gmail.com>
Tue, 29 Sep 2015 22:49:50 +0000 (15:49 -0700)
committerTimo Tijhof <krinklemail@gmail.com>
Tue, 29 Sep 2015 22:49:50 +0000 (15:49 -0700)
Follows-up 4738b66e754.

The incorrect indentation caused the second line of this description
to be rendered as a <pre> block.

Change-Id: I99b9718234073ed4e7ae02396ff8eb54f87fe1aa

resources/src/mediawiki/api/upload.js

index 4abff28..4d6b34c 100644 (file)
                 * - 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}
                 */