diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2019-10-01 17:20:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-01 17:20:49 +0200 |
commit | 7dc5bbae39413e3986bbc35ad512582f073143cb (patch) | |
tree | 594bd3e5619d3876258ed21e71826fbd5af487a5 /apps/files/js/files.js | |
parent | 6a2e2cfdf1cc805ebf852a8ca8abaafa2e5597b9 (diff) | |
parent | b9bc2417e7a8dc81feb0abe20359bedaf864f790 (diff) | |
download | nextcloud-server-7dc5bbae39413e3986bbc35ad512582f073143cb.tar.gz nextcloud-server-7dc5bbae39413e3986bbc35ad512582f073143cb.zip |
Merge pull request #17263 from nextcloud/enhancement/eslint
Add eslint global nextcloud config
Diffstat (limited to 'apps/files/js/files.js')
-rw-r--r-- | apps/files/js/files.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/files.js b/apps/files/js/files.js index b46aeb26eee..395b2a53c10 100644 --- a/apps/files/js/files.js +++ b/apps/files/js/files.js @@ -336,7 +336,7 @@ * - JS periodically checks for this cookie and then knows when the download has started to call the callback * * @param {string} url download URL - * @param {function} callback function to call once the download has started + * @param {Function} callback function to call once the download has started */ handleDownload: function(url, callback) { var randomToken = Math.random().toString(36).substring(2), |