Merge "mediawiki.api.upload: Fix jsduck indentation error"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Wed, 30 Sep 2015 00:14:23 +0000 (00:14 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 30 Sep 2015 00:14:23 +0000 (00:14 +0000)
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}
                 */