summaryrefslogtreecommitdiffstats
path: root/apps/files/js/file-upload.js
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2016-12-06 18:08:13 +0100
committerArthur Schiwon <blizzz@arthur-schiwon.de>2016-12-06 18:08:13 +0100
commit7e2b866fd713aae60dc6f021cef7d9fd4725b75f (patch)
tree090da38cabe9aa7d7d5dfad1c9a9baa55bc14e67 /apps/files/js/file-upload.js
parentc2062a93a3eb57c01609a89775c8551b92cc9013 (diff)
downloadnextcloud-server-7e2b866fd713aae60dc6f021cef7d9fd4725b75f.tar.gz
nextcloud-server-7e2b866fd713aae60dc6f021cef7d9fd4725b75f.zip
fix type in jsdoc
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/files/js/file-upload.js')
-rw-r--r--apps/files/js/file-upload.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/file-upload.js b/apps/files/js/file-upload.js
index 8bcaa2e24aa..b3a59b54241 100644
--- a/apps/files/js/file-upload.js
+++ b/apps/files/js/file-upload.js
@@ -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';