Parcourir la source

fix type in jsdoc

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
tags/v11.0RC2
Arthur Schiwon il y a 7 ans
Parent
révision
7e2b866fd7
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      apps/files/js/file-upload.js

+ 1
- 1
apps/files/js/file-upload.js Voir le fichier

@@ -151,7 +151,7 @@ OC.FileUpload.prototype = {
/**
* Returns whether the upload is in progress
*
* @return {bool}
* @return {boolean}
*/
isPending: function() {
return this.data.state() === 'pending';

Chargement…
Annuler
Enregistrer