Browse Source

fix type in jsdoc

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
tags/v11.0RC2
Arthur Schiwon 7 years ago
parent
commit
7e2b866fd7
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/files/js/file-upload.js

+ 1
- 1
apps/files/js/file-upload.js View File

@@ -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';

Loading…
Cancel
Save