diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-12-06 18:08:13 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-12-06 18:08:13 +0100 |
commit | 7e2b866fd713aae60dc6f021cef7d9fd4725b75f (patch) | |
tree | 090da38cabe9aa7d7d5dfad1c9a9baa55bc14e67 /apps/files/js/file-upload.js | |
parent | c2062a93a3eb57c01609a89775c8551b92cc9013 (diff) | |
download | nextcloud-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.js | 2 |
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'; |