fix type in jsdoc

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2016-12-06 18:08:13 +01:00
parent c2062a93a3
commit 7e2b866fd7
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23

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