fix type in jsdoc
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
c2062a93a3
commit
7e2b866fd7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue